1 2 3 4 5 6 7 8 9
#if defined(ED25519_REFHASH) #include "ed25519-hash-ref.h" #elif defined(ED25519_CUSTOMHASH) #include "ed25519-hash-custom.h" #elif defined(ED25519_HASH_BCRYPT) #include "ed25519-hash-bcrypt.h" #else #include "ed25519-hash-openssl.h" #endif