Module bee_crypto::ternary::sponge[][src]

👎 Deprecated:

bee-crypto will not be supported in future versions. You can use functions from iota-crypto instead.

Expand description

Ternary sponge constructions.

Structs

BatchHasherDeprecated

A hasher that can process several inputs at the same time in batches.

CurlPDeprecated

State of the ternary cryptographic function CurlP.

CurlP27Deprecated

CurlP with a fixed number of 27 rounds.

CurlP81Deprecated

CurlP with a fixed number of 81 rounds.

KerlDeprecated

State of the ternary cryptographic function Kerl.

UnrolledCurlP81Deprecated

Unrolled [CurlP] with a fixed number of 81 rounds.

Enums

CurlPRoundsDeprecated

Available round numbers for CurlP.

SpongeKindDeprecated

The different kinds of Sponges.

Constants

BATCH_SIZEDeprecated

The number of inputs that can be processed in a single batch.

Traits

SpongeDeprecated

The common interface of ternary cryptographic hash functions that follow the sponge construction.