Modules§
Structs§
- The instruction data that is needed for the
ProofInstruction::VerifyTransfer
instruction. - The context data needed to verify a transfer proof.
- The ElGamal public keys needed for a transfer
- The instruction data that is needed for the
ProofInstruction::TransferWithFee
instruction. - The context data needed to verify a transfer-with-fee proof.
- The ElGamal public keys needed for a transfer with fee
Enums§
Functions§
- combine_lo_hi_commitmentsDeprecated
- combine_lo_hi_openingsDeprecated
- combine_lo_hi_u64Deprecated
- split_u64DeprecatedTakes in a 64-bit number
amount
and a bit lengthbit_length
. It returns: - Combine two numbers that are interpretted as the low and high bits of a target number. The
bit_length
parameter specifies the number of bits thatamount_hi
is to be shifted by. - Takes in a 64-bit number
amount
and a bit lengthbit_length
. It returns: