File: ed25519-randombytes.h

package info (click to toggle)
haskell-cryptonite 0.26-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,160 kB
  • sloc: ansic: 21,001; haskell: 16,572; makefile: 8
file content (4 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (6)
1
2
3
4
void
ED25519_FN(ed25519_randombytes_unsafe) (void *p, size_t len) {
	exit(1);
}