Modules§
Macros§
- kmip_
2_ 1_ bail - Return early with an error if a condition is not satisfied.
- kmip_
2_ 1_ ensure - Return early with an error if a condition is not satisfied.
- kmip_
2_ 1_ error - Construct a server error from a string.
Structs§
- Data
ToEncrypt - Structure used to encrypt with Covercrypt or ECIES
- Deserializer
- Safe
BigInt - Holds a big integer secret information. Wraps around
BigInttype which is essentially a pointer on the heap. Guarantees to be zeroized on drop with featurezeroizeenabled fromnum_bigint_digcrate. - Serializer
Enums§
Traits§
Functions§
- pad_
be_ bytes - test_
serialization - Test that for the given value, the following holds:
- time_
normalize - Returns the current UTC time with milliseconds set to zero.
- to_
leb128_ len - Computes the length of the LEB128 serialization of the given
usize.