Sha256: c97f3bed15f648a925023527d25d4130774d0a15354cfb5184b20dbc5f7e328c
Contents?: true
Size: 433 Bytes
Versions: 6
Compression:
Stored size: 433 Bytes
Contents
#ifndef implementations_H #define implementations_H int _crypto_generichash_blake2b_pick_best_implementation(void); int _crypto_onetimeauth_poly1305_pick_best_implementation(void); int _crypto_pwhash_argon2_pick_best_implementation(void); int _crypto_scalarmult_curve25519_pick_best_implementation(void); int _crypto_stream_chacha20_pick_best_implementation(void); int _crypto_stream_salsa20_pick_best_implementation(void); #endif
Version data entries
6 entries across 6 versions & 2 rubygems