abstract fun crypto_hash_sha256(out: ByteArray, in: ByteArray, inlen: Long): Int
abstract fun crypto_hash_sha256(out: Pointer, in: Pointer, inlen: Long): Int