|
scclib
Stable Cloud Computing C++ Library
|
Secure vector. More...
#include <vector>#include <cstring>#include <iostream>

Go to the source code of this file.
Classes | |
| class | scc::crypto::SecVec< T > |
| Secure vector helper. More... | |
Typedefs | |
| using | scc::crypto::SecVecUchar = SecVec< unsigned char > |
| using | scc::crypto::SecVecChar = SecVec< char > |
Functions | |
| template<typename T > | |
| std::istream & | operator>> (std::istream &, scc::crypto::SecVec< T > &) |
| Secure vector stream read helper. More... | |
| template<typename T > | |
| std::ostream & | operator<< (std::ostream &, const scc::crypto::SecVec< T > &) |
| Secure vector stream write helper. More... | |
Secure vector.
Definition in file secvec.h.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const scc::crypto::SecVec< T > & | sv | ||
| ) |
| std::istream& operator>> | ( | std::istream & | is, |
| scc::crypto::SecVec< T > & | sv | ||
| ) |