Documentation ¶
Overview ¶
Package internal implements common functionality shared by the other packages in this library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HashFillFunction = (*[0]byte)(C.go_hash_fill)
HashFillFunction is a C function pointer that takes two array pointers and fills the first with the hash of the second.
View Source
var RandomBytesFunction = (*[0]byte)(C.go_random_bytes)
RandomBytesFunction is a C function pointer that takes an array pointer as input and fills the array with random bytes.
Functions ¶
func BigIntFromC ¶
BigIntFromC converts a BigInt of the given length to a Golang big.Int.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.