Esempio n. 1
0
 internal static extern int crypto_hash_sha256_update(
     ref crypto_hash_sha256_state state,
     ref uint @in,
     ulong inlen);
Esempio n. 2
0
 internal static extern int crypto_hash_sha256_init(
     out crypto_hash_sha256_state state);
Esempio n. 3
0
 internal static extern int crypto_hash_sha256_final(
     ref crypto_hash_sha256_state state,
     ref byte @out);
Esempio n. 4
0
 internal static extern int crypto_hash_sha256_final(
     ref crypto_hash_sha256_state state,
     SecureMemoryHandle @out);
Esempio n. 5
0
 internal static extern int crypto_hash_sha256_update(
     ref crypto_hash_sha256_state state,
     in uint @in,