File: entropy.h

package info (click to toggle)
libmath-prime-util-perl 0.73-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,796 kB
  • sloc: perl: 24,676; ansic: 11,471; makefile: 26; python: 24
file content (8 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#ifndef MPU_ENTROPY_H
#define MPU_ENTROPY_H

#include "ptypes.h"

extern UV get_entropy_bytes(UV bytes, unsigned char* buf);

#endif