Skip to content

Commit

Permalink
add codes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncolburne committed Aug 13, 2023
1 parent 7a73271 commit cac5384
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/prefixer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@ fn validate_code(code: &str) -> Result<()> {
matter::Codex::Ed25519N,
matter::Codex::ECDSA_256k1N,
matter::Codex::ECDSA_256r1N,
matter::Codex::CRYSTALS_Dilithium3N,
matter::Codex::CRYSTALS_Dilithium5N,
// transferable
matter::Codex::Ed25519,
matter::Codex::ECDSA_256k1,
matter::Codex::ECDSA_256r1,
matter::Codex::CRYSTALS_Dilithium3,
matter::Codex::CRYSTALS_Dilithium5,
// digests
matter::Codex::Blake3_256,
matter::Codex::Blake3_512,
Expand Down

0 comments on commit cac5384

Please sign in to comment.