Module flow_sdk::algorithms[][src]

Expand description

The hashing and signing algorithms.

Modules

Re-exports items from the rand crate.

Re-exports items from the secp256k1 crate.

Re-exports items from the tiny_keccak crate.

Structs

P256 / secp256r1 curve.

secp256k1 curve.

SHA2 256 bit hashing.

SHA3 256 bit hashing.

Traits

A hasher.

A signature signer.

A hashing algorithm.

A secret key.

A signature.

A signature algorithm.

Type Definitions

The default hasher, the exact type depends on the feature flags enabled.

The default secret key, the exact type depends on the feature flags enabled.

The default signer, the exact type depends on the feature flags enabled.