f1r3fly-crypto 0.1.0

F1r3fly cryptography module providing hash algorithms, digital signatures, and key management
Documentation

f1r3fly-crypto

Cryptography module providing hash algorithms, digital signatures, and key management for F1r3fly.

Features

Hash Algorithms:

  • Blake2b-256
  • Blake2b-512 (block and random variants)
  • Keccak-256
  • SHA-256

Digital Signatures:

  • Ed25519
  • secp256k1
  • secp256k1 (Ethereum variant)

Key Management:

  • Private key utilities
  • Public key utilities

Usage

Add to your Cargo.toml:

[dependencies]
f1r3fly-crypto = "0.1.0"

License

Licensed under the Apache License, Version 2.0.