pallas/pallas-crypto
Renovate Bot 01762a7bdf
Some checks failed
Validate / Check-1 (push) Failing after 1s
Validate / Test Suite-1 (push) Failing after 1s
Validate / Lints (push) Failing after 1s
Validate / Check (push) Has been cancelled
Validate / Check-2 (push) Has been cancelled
Validate / Test Suite (push) Has been cancelled
Validate / Test Suite-2 (push) Has been cancelled
chore(deps): update rust crate rand to 0.8.6 [security]
2026-06-29 06:24:44 +00:00
..
src chore: apply new lint warnings from latest clippy (#561) 2024-12-14 17:37:33 -03:00
Cargo.toml chore(deps): update rust crate rand to 0.8.6 [security] 2026-06-29 06:24:44 +00: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