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