pallas-crypto

Crates.iopallas-crypto
lib.rspallas-crypto
version
sourcesrc
created_at2022-01-31 23:38:18.425343+00
updated_at2025-03-10 11:30:39.15312+00
descriptionCryptographic primitives for Cardano
homepagehttps://github.com/txpipe/pallas
repositoryhttps://github.com/txpipe/pallas
max_upload_size
id524908
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Santiago Carmuega (scarmuega)

documentation

https://docs.rs/pallas-crypto

README

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
Commit count: 585

cargo fmt