mirror of
https://github.com/jlowellwofford/entropy.git
synced 2025-04-04 12:40:18 -05:00
14 lines
251 B
Go
14 lines
251 B
Go
// generated by gen_constants.c
|
|
|
|
package entropy
|
|
|
|
const (
|
|
RNDGETENTCNT = 0x80045200
|
|
RNDADDTOENTCNT = 0x40045201
|
|
RNDGETPOOL = 0x80085202
|
|
RNDADDENTROPY = 0x40085203
|
|
RNDZAPENTCNT = 0x5204
|
|
RNDCLEARPOOL = 0x5206
|
|
RNDRESEEDCRNG = 0x5207
|
|
)
|