Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/crypto/rijndael/rijndael_local.h
39478 views
1
/* $KAME: rijndael_local.h,v 1.5 2003/08/28 08:37:24 itojun Exp $ */
2
3
/* the file should not be used from outside */
4
typedef uint8_t u8;
5
typedef uint16_t u16;
6
typedef uint32_t u32;
7
8