Ejemplo n.º 1
0
 internal static unsafe extern int crypto_hash_sha512_init(
     crypto_hash_sha512_state *state);
Ejemplo n.º 2
0
 internal static unsafe extern int crypto_hash_sha512_update(
     crypto_hash_sha512_state *state,
     byte * @in,
     ulong inlen);
Ejemplo n.º 3
0
 internal static unsafe extern int crypto_hash_sha512_final(
     crypto_hash_sha512_state *state,
     byte * @out);