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

Ternary sponge constructions.

Structs

CurlP

State of the ternary cryptographic function CurlP.

CurlP27

CurlP with a fixed number of 27 rounds.

CurlP81

CurlP with a fixed number of 81 rounds.

Kerl

State of the ternary cryptographic function Kerl.

Enums

CurlPRounds

Available round numbers for CurlP.

SpongeKind

The different kinds of Sponges.

Traits

Sponge

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