ltc_math_descriptor.unsigned_write

store an integer as an array of octets @param src The integer to store @param dst The buffer to store the integer in @return CRYPT_OK on success

struct ltc_math_descriptor
int function(void* src, ubyte* dst) nothrow unsigned_write;

Meta