![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
Functions | |
| std::string | EncodeSecret (const CChainParams ¶ms, const CBLSSecretKey &key) |
| std::string | EncodePublic (const CChainParams ¶ms, const CBLSPublicKey &pk) |
| Optional< CBLSSecretKey > | DecodeSecret (const CChainParams ¶ms, const std::string &keyStr) |
| Optional< CBLSPublicKey > | DecodePublic (const CChainParams ¶ms, const std::string &keyStr) |
Variables | |
| const size_t | ConvertedBlsSkSize = (BLS_CURVE_SECKEY_SIZE * 8 + 4) / 5 |
| const size_t | ConvertedBlsPkSize = (BLS_CURVE_PUBKEY_SIZE * 8 + 4) / 5 |
| Optional< CBLSPublicKey > bls::DecodePublic | ( | const CChainParams & | params, |
| const std::string & | keyStr | ||
| ) |
| Optional< CBLSSecretKey > bls::DecodeSecret | ( | const CChainParams & | params, |
| const std::string & | keyStr | ||
| ) |
| std::string bls::EncodePublic | ( | const CChainParams & | params, |
| const CBLSPublicKey & | pk | ||
| ) |
| std::string bls::EncodeSecret | ( | const CChainParams & | params, |
| const CBLSSecretKey & | key | ||
| ) |
| const size_t bls::ConvertedBlsPkSize = (BLS_CURVE_PUBKEY_SIZE * 8 + 4) / 5 |
Definition at line 61 of file key_io.cpp.
| const size_t bls::ConvertedBlsSkSize = (BLS_CURVE_SECKEY_SIZE * 8 + 4) / 5 |
Definition at line 60 of file key_io.cpp.