Cargo Features

noise-framework has no features set by default.

[dependencies]
noise-framework = { version = "0.3.0", features = ["x25519", "secp256k1", "sha2", "sha3", "blake3"] }
x25519

Elliptic curves

Enables keygen_25519 and x25519 of cyphergraphy

secp256k1

Enables keygen_secp256k1 and secp256k1 of cyphergraphy

sha2

Digest algorithms

Enables sha2 of cyphergraphy

sha3

Enables sha3 of cyphergraphy

blake3

Enables blake3 of cyphergraphy