Exemplo n.º 1
0
 internal static extern int crypto_hash_sha512_update(
     ref crypto_hash_sha512_state state,
     in byte @in,
Exemplo n.º 2
0
 internal static extern int crypto_hash_sha512_init(
     out crypto_hash_sha512_state state);
Exemplo n.º 3
0
 internal static extern int crypto_hash_sha512_update(
     ref crypto_hash_sha512_state state,
     ref uint @in,
     ulong inlen);
Exemplo n.º 4
0
 internal static extern int crypto_hash_sha512_final(
     ref crypto_hash_sha512_state state,
     ref byte @out);
Exemplo n.º 5
0
 internal static extern int crypto_hash_sha512_final(
     ref crypto_hash_sha512_state state,
     SecureMemoryHandle @out);