d23d04de2a
Use the TPM2 feature to provide high-quality random bytes. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
7 lines
287 B
Go
7 lines
287 B
Go
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
// Package rng handles interaction with kernel random number generator.
|
|
package rng
|