pallas/pallas-crypto
2024-11-04 12:16:26 -03:00
..
src fix(crypto): remove modules with non-published deps (#540) 2024-11-04 12:16:26 -03:00
Cargo.toml fix(crypto): remove modules with non-published deps (#540) 2024-11-04 12:16:26 -03:00
README.md feat(crypto): Add Key Evolving Signatures (KES) 2024-10-17 15:12:33 -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