tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

curve25519-ref10.h (259B)


      1 #ifndef CURVE25519_REF10_H
      2 #define CURVE25519_REF10_H
      3 
      4 int crypto_scalarmult_base_ref10(unsigned char *q,const unsigned char *n);
      5 int crypto_scalarmult_ref10(unsigned char *q, const unsigned char *n, const unsigned char *p);
      6 
      7 #endif /* CURVE25519_REF10_H */