-rw-r--r-- 158 lib25519-20221222/crypto_nP/montgomery25519/sandy2x/ladder.h raw
#ifndef LADDER_H #define LADDER_H #include "fe.h" #include "ladder_namespace.h" extern void ladder(fe *, const unsigned char *); #endif //ifndef LADDER_H