package
1.0.10
Repository: https://github.com/adam-p/psiphon-tunnel-core.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewPRNG generates a seed and creates a PRNG with that seed.
NewPRNGWithSaltedSeed initializes a new PRNG using a seed derived from an existing seed and a salt.
NewPRNGWithSeed initializes a new PRNG using an existing seed.
NewSeed creates a new PRNG seed using crypto/rand.Read.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Structs

PRNG is a seeded, unbiased PRNG based on chacha20.

# Type aliases

Seed is a PRNG seed.