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