f1r3fly-crypto

Crates.iof1r3fly-crypto
lib.rsf1r3fly-crypto
version0.1.0
created_at2025-07-28 20:41:21.348648+00
updated_at2025-07-28 20:41:21.348648+00
descriptionF1r3fly cryptography module providing hash algorithms, digital signatures, and key management
homepagehttps://f1r3fly.io
repositoryhttps://github.com/F1R3FLY-io/f1r3fly
max_upload_size
id1771539
size82,165
F1r3fly (github:f1r3fly-io:f1r3fly)

documentation

https://docs.rs/f1r3fly-crypto

README

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.

Commit count: 204

cargo fmt