pallas/pallas-crypto
2024-10-04 08:37:36 -03:00
..
src feat(crypto): add extra types and conversions (#517) 2024-10-04 08:37:36 -03:00
Cargo.toml fix[pallas-math]: use malachite as default 2024-09-26 07:58:08 -04:00
README.md feat[pallas-crypto]: Add Nonce Capabilities 2024-09-26 07:58:08 -04:00

Pallas Crypto

Crate with all the cryptographic material to support Cardano protocol:

  • Blake2b 256
  • Blake2b 224
  • Ed25519 asymmetric key pair and EdDSA
  • Ed25519 Extended asymmetric key pair
  • Bip32-Ed25519 key derivation
  • BIP39 mnemonics
  • VRF
  • KES
  • SECP256k1
  • Nonce calculations