mirror of
https://github.com/safing/portbase
synced 2025-09-02 18:50:14 +00:00
7 lines
221 B
Go
7 lines
221 B
Go
// Package random provides a feedable CSPRNG.
|
|
//
|
|
// CSPRNG used is fortuna: github.com/seehuhn/fortuna
|
|
// By default the CSPRNG is fed by two sources:
|
|
// - OS RNG
|
|
// - Entropy gathered by context switching
|
|
package random
|