Botan 3.6.0
Crypto and TLS for C&
Botan::DilithiumShakeXOF Class Referencefinal

#include <dilithium_shake_xof.h>

Inheritance diagram for Botan::DilithiumShakeXOF:
Botan::DilithiumXOF

Public Member Functions

Botan::XOFXOF128 (std::span< const uint8_t > seed, uint16_t nonce) const override
 
Botan::XOFXOF256 (std::span< const uint8_t > seed, uint16_t nonce) const override
 

Detailed Description

Definition at line 19 of file dilithium_shake_xof.h.

Member Function Documentation

◆ XOF128()

Botan::XOF & Botan::DilithiumShakeXOF::XOF128 ( std::span< const uint8_t > seed,
uint16_t nonce ) const
inlineoverridevirtual

Implements Botan::DilithiumXOF.

Definition at line 21 of file dilithium_shake_xof.h.

21 {
22 return XOF(m_xof_128, seed, nonce);
23 }

◆ XOF256()

Botan::XOF & Botan::DilithiumShakeXOF::XOF256 ( std::span< const uint8_t > seed,
uint16_t nonce ) const
inlineoverridevirtual

Implements Botan::DilithiumXOF.

Definition at line 25 of file dilithium_shake_xof.h.

25 {
26 return XOF(m_xof_256, seed, nonce);
27 }

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