Botan 3.10.0
Crypto and TLS for C&
Botan::Sponge< words, word >::Config Struct Referencefinal

#include <sponge.h>

Public Attributes

size_t bit_rate
state_t initial_state
 The number of bits that using algorithms can modify between permutations.

Detailed Description

template<size_t words, std::unsigned_integral word = uint64_t>
struct Botan::Sponge< words, word >::Config

Definition at line 32 of file sponge.h.

Member Data Documentation

◆ bit_rate

template<size_t words, std::unsigned_integral word = uint64_t>
size_t Botan::Sponge< words, word >::Config::bit_rate

Definition at line 33 of file sponge.h.

◆ initial_state

template<size_t words, std::unsigned_integral word = uint64_t>
state_t Botan::Sponge< words, word >::Config::initial_state

The number of bits that using algorithms can modify between permutations.

Definition at line 34 of file sponge.h.


The documentation for this struct was generated from the following file: