Definition at line 31 of file elliptic_r1.cpp.
◆ private_key_impl() [1/2]
fc::crypto::r1::detail::private_key_impl::private_key_impl |
( |
| ) |
|
|
inline |
◆ ~private_key_impl()
fc::crypto::r1::detail::private_key_impl::~private_key_impl |
( |
| ) |
|
|
inline |
◆ private_key_impl() [2/2]
fc::crypto::r1::detail::private_key_impl::private_key_impl |
( |
const private_key_impl & | cpy | ) |
|
|
inline |
Definition at line 43 of file elliptic_r1.cpp.
44 {
45 _key = cpy._key ? EC_KEY_dup( cpy._key ) : nullptr;
46 }
◆ _key
EC_KEY* fc::crypto::r1::detail::private_key_impl::_key |
The documentation for this class was generated from the following file: