BigInt.decode
- BigInt decode(const(ubyte)* buf, size_t length, Base base)
- BigInt decode(RefCounted!(Vector!(ubyte, ALLOC), ALLOC) buf, Base base)
- BigInt decode(Vector!(ubyte, ALLOC) buf, Base base)
- BigInt decode(const(Vector!(ubyte, ALLOC)*) buf, Base base)
struct BigInt
public static
decode
(const(Vector!(ubyte, ALLOC)*) buf ,)
botan math bigint bigint BigInt
aliasesclassesconstructorsenumsfunctionspropertiesstatic functions