|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Go to the source code of this file.
Functions | |
| std::string | base64_encode (unsigned char const *bytes_to_encode, size_t in_len, bool url) |
| std::string | base64_decode (std::string const &s, bool remove_linebreaks) |
| std::string | base64_encode (std::string const &s, bool url) |
| std::string | base64_encode_pem (std::string const &s) |
| std::string | base64_encode_mime (std::string const &s) |
| std::string base64_decode | ( | std::string const & | s, |
| bool | remove_linebreaks | ||
| ) |
Definition at line 249 of file base64.cpp.
| std::string base64_encode | ( | std::string const & | s, |
| bool | url | ||
| ) |
Definition at line 254 of file base64.cpp.
| std::string base64_encode | ( | unsigned char const * | bytes_to_encode, |
| size_t | in_len, | ||
| bool | url | ||
| ) |
Definition at line 117 of file base64.cpp.
| std::string base64_encode_mime | ( | std::string const & | s | ) |
Definition at line 264 of file base64.cpp.
| std::string base64_encode_pem | ( | std::string const & | s | ) |
Definition at line 259 of file base64.cpp.