|
Electroneum
|
#include <vector>#include "serialization.h"#include "debug_archive.h"#include "crypto/chacha.h"#include "crypto/crypto.h"#include "crypto/hash.h"

Go to the source code of this file.
Functions | |
| template<template< bool > class Archive> | |
| bool | do_serialize (Archive< false > &ar, std::vector< crypto::signature > &v) |
| template<template< bool > class Archive> | |
| bool | do_serialize (Archive< true > &ar, std::vector< crypto::signature > &v) |
| BLOB_SERIALIZER (crypto::chacha_iv) | |
| BLOB_SERIALIZER (crypto::hash) | |
| BLOB_SERIALIZER (crypto::hash8) | |
| BLOB_SERIALIZER (crypto::public_key) | |
| BLOB_SERIALIZER (crypto::secret_key) | |
| BLOB_SERIALIZER (crypto::key_derivation) | |
| BLOB_SERIALIZER (crypto::key_image) | |
| BLOB_SERIALIZER (crypto::signature) | |
| VARIANT_TAG (debug_archive, crypto::hash, "hash") | |
| VARIANT_TAG (debug_archive, crypto::hash8, "hash8") | |
| VARIANT_TAG (debug_archive, crypto::public_key, "public_key") | |
| VARIANT_TAG (debug_archive, crypto::secret_key, "secret_key") | |
| VARIANT_TAG (debug_archive, crypto::key_derivation, "key_derivation") | |
| VARIANT_TAG (debug_archive, crypto::key_image, "key_image") | |
| VARIANT_TAG (debug_archive, crypto::signature, "signature") | |
| BLOB_SERIALIZER | ( | crypto::chacha_iv | ) |
| BLOB_SERIALIZER | ( | crypto::hash | ) |
| BLOB_SERIALIZER | ( | crypto::hash8 | ) |
| BLOB_SERIALIZER | ( | crypto::key_derivation | ) |
| BLOB_SERIALIZER | ( | crypto::key_image | ) |
| BLOB_SERIALIZER | ( | crypto::public_key | ) |
| BLOB_SERIALIZER | ( | crypto::secret_key | ) |
| BLOB_SERIALIZER | ( | crypto::signature | ) |
| bool do_serialize | ( | Archive< false > & | ar, |
| std::vector< crypto::signature > & | v ) |
Definition at line 44 of file crypto.h.

| bool do_serialize | ( | Archive< true > & | ar, |
| std::vector< crypto::signature > & | v ) |
| VARIANT_TAG | ( | debug_archive | , |
| crypto::hash | , | ||
| "hash" | ) |
| VARIANT_TAG | ( | debug_archive | , |
| crypto::hash8 | , | ||
| "hash8" | ) |
| VARIANT_TAG | ( | debug_archive | , |
| crypto::key_derivation | , | ||
| "key_derivation" | ) |
| VARIANT_TAG | ( | debug_archive | , |
| crypto::key_image | , | ||
| "key_image" | ) |
| VARIANT_TAG | ( | debug_archive | , |
| crypto::public_key | , | ||
| "public_key" | ) |
| VARIANT_TAG | ( | debug_archive | , |
| crypto::secret_key | , | ||
| "secret_key" | ) |
| VARIANT_TAG | ( | debug_archive | , |
| crypto::signature | , | ||
| "signature" | ) |