Re-exports§
pub use encryption::FeeEncryption;
pub use encryption::TransferAmountCiphertext;
pub use with_fee::TransferWithFeePubkeys;
pub use without_fee::TransferPubkeys;
pub use with_fee::TransferWithFeeData;
pub use with_fee::TransferWithFeeProofContext;
pub use without_fee::TransferData;
pub use without_fee::TransferProofContext;
Modules§
Structs§
Enums§
Functions§
- combine_
lo_ hi_ commitments Deprecated - combine_
lo_ hi_ openings Deprecated - combine_
lo_ hi_ u64 Deprecated - split_
u64 Deprecated Takes in a 64-bit numberamount
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: