Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::em::detail::private_key_impl Class Reference

#include <_elliptic_em_impl_priv.hpp>

Public Member Functions

 private_key_impl () BOOST_NOEXCEPT
 
 private_key_impl (const private_key_impl &cpy) BOOST_NOEXCEPT
 
private_key_imploperator= (const private_key_impl &pk) BOOST_NOEXCEPT
 

Public Attributes

private_key_secret _key
 

Detailed Description

Definition at line 14 of file _elliptic_em_impl_priv.hpp.

Constructor & Destructor Documentation

◆ private_key_impl() [1/2]

fc::em::detail::private_key_impl::private_key_impl ( )

Definition at line 13 of file elliptic_em_impl_priv.cpp.

14 {
15 _init_lib();
16 }
Here is the call graph for this function:

◆ private_key_impl() [2/2]

fc::em::detail::private_key_impl::private_key_impl ( const private_key_impl & cpy)

Definition at line 18 of file elliptic_em_impl_priv.cpp.

19 {
20 _init_lib();
21 this->_key = cpy._key;
22 }
Here is the call graph for this function:

Member Function Documentation

◆ operator=()

private_key_impl & fc::em::detail::private_key_impl::operator= ( const private_key_impl & pk)

Definition at line 24 of file elliptic_em_impl_priv.cpp.

25 {
26 _key = pk._key;
27 return *this;
28 }

Member Data Documentation

◆ _key

private_key_secret fc::em::detail::private_key_impl::_key

Definition at line 22 of file _elliptic_em_impl_priv.hpp.


The documentation for this class was generated from the following files: