tpe
0.8.0-alpha
Macros
impl_hash_with_serialized_compressed
Structs
AggregateDecryptionKey
AggregatePublicKey
CipherText
DecryptionKeyShare
EphemeralPublicKey
EphemeralSignature
G1Affine
G2Affine
PublicKeyShare
SecretKeyShare
Functions
aggregate_dk_shares
create_dk_share
decrypt_preimage
derive_agg_dk
derive_ephemeral_sk
derive_pk_share
encrypt_preimage
hash_to_message
lagrange_multipliers
verify_agg_dk
verify_ciphertext
verify_dk_share
xor_with_hash
tpe
Function
decrypt_preimage
Copy item path
Settings
Help
Summary
Source
pub fn decrypt_preimage( ct: &
CipherText
, agg_dk: &
AggregateDecryptionKey
, ) -> [
u8
;
32
]