File: cryptonite_curve25519.h

package info (click to toggle)
haskell-cryptonite 0.20-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,936 kB
  • ctags: 1,963
  • sloc: ansic: 31,728; haskell: 10,183; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#ifndef CRYPTONITE_CURVE25519_H
#define CRYPTONITE_CURVE25519_H

int cryptonite_curve25519_donna(u8 *mypublic, const u8 *secret, const u8 *basepoint);

#endif