BigInt.decode
- BigInt decode(const(ubyte)* buf, size_t length, Base base)
 - BigInt decode(RefCounted!(Vector!(ubyte, ALLOC), ALLOC) buf, Base base)
struct BigInt
static 
decode
(auto const ref RefCounted!(Vector!(ubyte, ALLOC), ALLOC) buf ,)  - BigInt decode(Vector!(ubyte, ALLOC) buf, Base base)
 
Parameters
- buf RefCounted!(Vector!(ubyte, ALLOC), ALLOC)
 - base Base
 
Return Value
 
		botan math bigint bigint BigInt 
		aliasesclassesconstructorsenumsfunctionspostblitspropertiesstatic functions 
	 
	
Create a BigInt from an integer in a ubyte array