Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::crypto::recovery_visitor Struct Reference
Inheritance diagram for fc::crypto::recovery_visitor:
Collaboration diagram for fc::crypto::recovery_visitor:

Public Member Functions

 recovery_visitor (const sha256 &digest, bool check_canonical)
 
template<typename SignatureType >
public_key::storage_type operator() (const SignatureType &s) const
 

Public Attributes

const sha256_digest
 
bool _check_canonical
 

Detailed Description

Definition at line 7 of file public_key.cpp.

Constructor & Destructor Documentation

◆ recovery_visitor()

fc::crypto::recovery_visitor::recovery_visitor ( const sha256 & digest,
bool check_canonical )
inline

Definition at line 8 of file public_key.cpp.

10 ,_check_canonical(check_canonical)
11 {}
fc::sha256 digest(const T &value)
Definition digest.hpp:9

Member Function Documentation

◆ operator()()

template<typename SignatureType >
public_key::storage_type fc::crypto::recovery_visitor::operator() ( const SignatureType & s) const
inline

Definition at line 14 of file public_key.cpp.

14 {
16 }
std::variant< ecc::public_key_shim, r1::public_key_shim, webauthn::public_key, em::public_key_shim > storage_type
char * s

Member Data Documentation

◆ _check_canonical

bool fc::crypto::recovery_visitor::_check_canonical

Definition at line 19 of file public_key.cpp.

◆ _digest

const sha256& fc::crypto::recovery_visitor::_digest

Definition at line 18 of file public_key.cpp.


The documentation for this struct was generated from the following file: