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