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