Monero
Loading...
Searching...
No Matches
crypto.h File Reference
#include <vector>
#include "serialization.h"
#include "debug_archive.h"
#include "crypto/chacha.h"
#include "crypto/crypto.h"
#include "crypto/hash.h"
Include dependency graph for crypto.h:
This graph shows which files directly or indirectly include this file:

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)
 BLOB_SERIALIZER (crypto::view_tag)
 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")
 VARIANT_TAG (debug_archive, crypto::view_tag, "view_tag")

Function Documentation

◆ BLOB_SERIALIZER() [1/9]

BLOB_SERIALIZER ( crypto::chacha_iv )

◆ BLOB_SERIALIZER() [2/9]

BLOB_SERIALIZER ( crypto::hash )

◆ BLOB_SERIALIZER() [3/9]

BLOB_SERIALIZER ( crypto::hash8 )

◆ BLOB_SERIALIZER() [4/9]

BLOB_SERIALIZER ( crypto::key_derivation )

◆ BLOB_SERIALIZER() [5/9]

BLOB_SERIALIZER ( crypto::key_image )

◆ BLOB_SERIALIZER() [6/9]

BLOB_SERIALIZER ( crypto::public_key )

◆ BLOB_SERIALIZER() [7/9]

BLOB_SERIALIZER ( crypto::secret_key )

◆ BLOB_SERIALIZER() [8/9]

BLOB_SERIALIZER ( crypto::signature )

◆ BLOB_SERIALIZER() [9/9]

BLOB_SERIALIZER ( crypto::view_tag )

◆ do_serialize() [1/2]

template<template< bool > class Archive>
bool do_serialize ( Archive< false > & ar,
std::vector< crypto::signature > & v )

◆ do_serialize() [2/2]

template<template< bool > class Archive>
bool do_serialize ( Archive< true > & ar,
std::vector< crypto::signature > & v )

◆ VARIANT_TAG() [1/8]

VARIANT_TAG ( debug_archive ,
crypto::hash ,
"hash"  )

◆ VARIANT_TAG() [2/8]

VARIANT_TAG ( debug_archive ,
crypto::hash8 ,
"hash8"  )

◆ VARIANT_TAG() [3/8]

VARIANT_TAG ( debug_archive ,
crypto::key_derivation ,
"key_derivation"  )

◆ VARIANT_TAG() [4/8]

VARIANT_TAG ( debug_archive ,
crypto::key_image ,
"key_image"  )

◆ VARIANT_TAG() [5/8]

VARIANT_TAG ( debug_archive ,
crypto::public_key ,
"public_key"  )

◆ VARIANT_TAG() [6/8]

VARIANT_TAG ( debug_archive ,
crypto::secret_key ,
"secret_key"  )

◆ VARIANT_TAG() [7/8]

VARIANT_TAG ( debug_archive ,
crypto::signature ,
"signature"  )

◆ VARIANT_TAG() [8/8]

VARIANT_TAG ( debug_archive ,
crypto::view_tag ,
"view_tag"  )