Botan 3.6.1
Crypto and TLS for C&
|
#include <pqcrystals.h>
Public Member Functions | |
void | _const_time_poison () const |
void | _const_time_unpoison () const |
decltype(auto) | begin () |
decltype(auto) | begin () const |
decltype(auto) | end () |
decltype(auto) | end () const |
ThisPolynomialMatrix & | operator= (const ThisPolynomialMatrix &other)=delete |
ThisPolynomialMatrix & | operator= (ThisPolynomialMatrix &&other) noexcept=default |
PolynomialVector< Trait, Domain::NTT > & | operator[] (size_t i) |
const PolynomialVector< Trait, Domain::NTT > & | operator[] (size_t i) const |
PolynomialMatrix (const ThisPolynomialMatrix &other)=delete | |
PolynomialMatrix (size_t rows, size_t cols) | |
PolynomialMatrix (std::vector< PolynomialVector< Trait > > mat) | |
PolynomialMatrix (ThisPolynomialMatrix &&other) noexcept=default | |
size_t | size () const |
~PolynomialMatrix ()=default | |
Definition at line 492 of file pqcrystals.h.
|
inline |
Definition at line 500 of file pqcrystals.h.
|
delete |
|
defaultnoexcept |
|
default |
|
inline |
Definition at line 510 of file pqcrystals.h.
|
inline |
Definition at line 529 of file pqcrystals.h.
References Botan::CT::poison_range().
|
inline |
Definition at line 531 of file pqcrystals.h.
References Botan::CT::unpoison_range().
|
inline |
Definition at line 521 of file pqcrystals.h.
|
inline |
Definition at line 523 of file pqcrystals.h.
|
inline |
Definition at line 525 of file pqcrystals.h.
|
inline |
Definition at line 527 of file pqcrystals.h.
|
delete |
|
defaultnoexcept |
|
inline |
Definition at line 517 of file pqcrystals.h.
|
inline |
Definition at line 519 of file pqcrystals.h.
|
inline |
Definition at line 508 of file pqcrystals.h.
Referenced by Botan::CRYSTALS::operator*().