Botan 3.9.0
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 495 of file pqcrystals.h.
|
inlineexplicit |
Definition at line 503 of file pqcrystals.h.
|
delete |
|
defaultnoexcept |
|
default |
|
inline |
|
inline |
Definition at line 532 of file pqcrystals.h.
|
inline |
Definition at line 534 of file pqcrystals.h.
|
inline |
Definition at line 524 of file pqcrystals.h.
|
inline |
Definition at line 526 of file pqcrystals.h.
|
inline |
Definition at line 528 of file pqcrystals.h.
|
inline |
Definition at line 530 of file pqcrystals.h.
|
delete |
|
defaultnoexcept |
|
inline |
Definition at line 520 of file pqcrystals.h.
|
inline |
Definition at line 522 of file pqcrystals.h.
|
inline |
Definition at line 511 of file pqcrystals.h.
Referenced by Botan::CRYSTALS::operator*().