pallas/pallas-crypto
Santiago Carmuega b7b64977e4
Release 0.32.0
pallas@0.32.0
pallas-addresses@0.32.0
pallas-applying@0.32.0
pallas-codec@0.32.0
pallas-configs@0.32.0
pallas-crypto@0.32.0
pallas-hardano@0.32.0
pallas-math@0.32.0
pallas-network@0.32.0
pallas-primitives@0.32.0
pallas-traverse@0.32.0
pallas-txbuilder@0.32.0
pallas-utxorpc@0.32.0
pallas-wallet@0.32.0

Generated by cargo-workspaces
2024-12-29 19:18:18 -03:00
..
src chore: apply new lint warnings from latest clippy (#561) 2024-12-14 17:37:33 -03:00
Cargo.toml Release 0.32.0 2024-12-29 19:18:18 -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