File: misc.h

package info (click to toggle)
haskell-crypto-api 0.13.3-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: haskell: 2,142; ansic: 10; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (7)
1
2
3
4
#ifndef CRYPTO_API_MISC_H
#define CRYPTO_API_MISC_H
int c_constTimeEq(char *x, char *y, int length);
#endif