blueprint-crypto-hashing 0.2.0-alpha.7

Hashing and key derivation primitives for Tangle Blueprints
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# blueprint-crypto-hashing

Hashing and key-derivation primitives for Blueprint services.

## Feature-gated capabilities

- Hashing: SHA2, SHA3/Keccak, BLAKE3.
- KDF: HKDF-SHA256 and Argon2id (`kdf` module).

## When to use

Use this crate for deterministic hashing/KDF logic shared by signing, auth, and protocol flows.

## Related links

- Source: https://github.com/tangle-network/blueprint/tree/main/crates/crypto/hashing