Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audit preparedness: test crypto functions #5427

Open
14 tasks
michaeljklein opened this issue Jul 5, 2024 · 0 comments
Open
14 tasks

Audit preparedness: test crypto functions #5427

michaeljklein opened this issue Jul 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@michaeljklein
Copy link
Contributor

Problem

Part of #5362

// ssa/ir/instruction.rs
pub(crate) enum Intrinsic {
  • DerivePedersenGenerators
pub enum BlackBoxFunc {
  • AES128Encrypt
  • SHA256
  • Blake2s
  • Blake3
  • SchnorrVerify
  • PedersenCommitment
  • PedersenHash
  • EcdsaSecp256k1
  • EcdsaSecp256r1
  • Keccak256
  • Keccakf1600
  • Poseidon2Permutation
  • Sha256Compression

Happy Case

Test all listed functions

Project Impact

None

Impact Context

No response

Workaround

None

Workaround Description

No response

Additional Context

No response

Would you like to submit a PR for this Issue?

None

Support Needs

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant