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