pub type DefaultCiphertextAllocator = Global;Expand description
The default allocator for ciphertext ring elements, which will be used by all tests and benchmarks. It is also a good choice when instantiating homomorphic encryption as a user.
Currently, this is always std::alloc::Global.
Aliased Typeยง
struct DefaultCiphertextAllocator;