Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::crypto::r1::public_key_shim Struct Reference

#include <elliptic_r1.hpp>

Inheritance diagram for fc::crypto::r1::public_key_shim:
Collaboration diagram for fc::crypto::r1::public_key_shim:

Public Member Functions

bool valid () const
 
- Public Member Functions inherited from fc::crypto::shim< public_key_data >
 shim ()
 
 shim (data_type &&data)
 
 shim (const data_type &data)
 
const data_typeserialize () const
 

Additional Inherited Members

- Public Types inherited from fc::crypto::shim< public_key_data >
using data_type
 
- Public Attributes inherited from fc::crypto::shim< public_key_data >
data_type _data
 

Detailed Description

Shims

Definition at line 136 of file elliptic_r1.hpp.

Member Function Documentation

◆ valid()

bool fc::crypto::r1::public_key_shim::valid ( ) const
inline

Definition at line 139 of file elliptic_r1.hpp.

139 {
140 return public_key(_data).valid();
141 }
Here is the call graph for this function:

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