Skip to content

Commit

Permalink
fixed key size
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Aug 29, 2024
1 parent 8e38c8f commit 95a0aaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/rs-dpp/src/identity/identity_public_key/key_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ lazy_static! {
(KeyType::ECDSA_SECP256K1, 33),
(KeyType::BLS12_381, 48),
(KeyType::ECDSA_HASH160, 20),
(KeyType::BIP13_SCRIPT_HASH, 20)
(KeyType::BIP13_SCRIPT_HASH, 20),
(KeyType::EDDSA_25519_HASH160, 20)
]
.iter()
.copied()
Expand Down

0 comments on commit 95a0aaf

Please sign in to comment.