crypto_shorthash_keygen method
Implementation
void crypto_shorthash_keygen(
ffi.Pointer<ffi.UnsignedChar> k,
) {
return _crypto_shorthash_keygen(
k,
);
}
void crypto_shorthash_keygen(
ffi.Pointer<ffi.UnsignedChar> k,
) {
return _crypto_shorthash_keygen(
k,
);
}