botan v1.12.8 (2016-11-14T10:06:52Z)
Dub
Repo
BigInt.binaryDecode
botan
math
bigint
bigint
BigInt
Read integer value from a ubyte array (SecureVector!ubyte)
void
binaryDecode
(const(ubyte)* buf, size_t length)
void
binaryDecode
(Vector!(ubyte, ALLOC) buf)
struct
BigInt
void
binaryDecode
(
ALLOC
)
(
auto
const
ref
Vector
!(
ubyte
,
ALLOC
)
buf
)
void
binaryDecode
(RefCounted!(Vector!(ubyte, ALLOC), ALLOC) buf)
Parameters
buf
Vector
!(
ubyte
,
ALLOC
)
the array to load from
Meta
Source
See Implementation
botan
math
bigint
bigint
BigInt
aliases
Base
Sign
classes
DivideByZero
constructors
this
enums
Decimal
Negative
functions
abs
binaryDecode
binaryEncode
bits
byteAt
bytes
clear
clearBit
cmp
encodedSize
flipSign
getBit
getSubstring
growTo
isEven
isNegative
isNonzero
isOdd
isPositive
isZero
length
load
maskBits
mutablePtr
opAssign
opBinary
opCast
opCmp
opEquals
opOpAssign
opUnary
randomize
reserve
reverseSign
setBit
setSign
sigWords
sign
size
swap
swapReg
toString
toUint
toVector
wordAt
postblits
this(this)
properties
dup
move
ptr
static functions
decode
encode
encode1363
encodeLocked
powerOf2
randomInteger
Read integer value from a ubyte array (SecureVector!ubyte)