Struct bee_crypto::ternary::sponge::CurlP27[][src]

pub struct CurlP27(_);
👎 Deprecated:

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

Expand description

CurlP with a fixed number of 27 rounds.

Implementations

👎 Deprecated:

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

Creates a new CurlP27.

Trait Implementations

Returns the “default value” for a type. Read more

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

👎 Deprecated:

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

An error indicating that a failure has occured during a sponge operation.

👎 Deprecated:

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

Reset the inner state of the sponge.

👎 Deprecated:

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

Absorb input into the sponge.

👎 Deprecated:

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

Squeeze the sponge into buf.

👎 Deprecated:

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

Convenience function using Sponge::squeeze_into to return an owned output.

👎 Deprecated:

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

Convenience function to absorb input, squeeze the sponge into buf, and reset the sponge.

👎 Deprecated:

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

Convenience function to absorb input, squeeze the sponge, reset the sponge and return an owned output.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.