|
purify
C++ Purify implementation with native circuit and BPP support
|
Functions | |
| constexpr ErrorCode | from_core_error_code (purify_error_code code) noexcept |
| constexpr purify_error_code | to_core_error_code (ErrorCode code) noexcept |
|
constexprnoexcept |
Definition at line 45 of file error_bridge.hpp.
References purify::InternalMismatch, PURIFY_ERROR_OK, PURIFY_FOR_EACH_ERROR_CODE, and PURIFY_FROM_CORE_CASE.
Referenced by purify::derive_bip340_key(), purify::derive_key(), purify::eval(), purify::generate_key(), purify::generate_key(), purify::capi_detail::parse_public_key(), and purify::capi_detail::parse_secret_key().
|
constexprnoexcept |
Definition at line 60 of file error_bridge.hpp.
References PURIFY_ERROR_INTERNAL_MISMATCH, PURIFY_FOR_EACH_ERROR_CODE, and PURIFY_TO_CORE_CASE.
Referenced by purify_derive_bip340_key(), purify_derive_public_key(), purify_eval(), purify_generate_key(), and purify_generate_key_from_seed().