|
| bool | Encrypt (const std::vector< CBLSPublicKey > &recipients, const ObjectVector &_objects, int nVersion) |
| |
| bool | Encrypt (size_t idx, const CBLSPublicKey &recipient, const Object &obj, int nVersion) |
| |
| bool | Decrypt (size_t idx, const CBLSSecretKey &sk, Object &objectRet, int nVersion) const |
| |
| bool | Encrypt (const std::vector< CBLSPublicKey > &recipients, const BlobVector &_blobs) |
| |
| void | InitEncrypt (size_t count) |
| |
| bool | Encrypt (size_t idx, const CBLSPublicKey &recipient, const Blob &blob) |
| |
| bool | Decrypt (size_t idx, const CBLSSecretKey &sk, Blob &blobRet) const |
| |
| | SERIALIZE_METHODS (CBLSIESMultiRecipientBlobs, obj) |
| |
template<typename Object>
class CBLSIESMultiRecipientObjects< Object >
Definition at line 108 of file bls_ies.h.