cryptotest

package
v1.13.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package cryptotest provides convenience functions for kyber-based APIs.

It is separate from cltest to prevent an import cycle.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewStream

func NewStream(t *testing.T, seed int64) *randomStream

NewStream returns a randomStream seeded from seed, for deterministic randomness in tests of random outputs, and for small property-based tests.

This API is deliberately awkward to prevent it from being used outside of tests.

The testing framework runs the tests in a file in series, unless you explicitly request otherwise with testing.T.Parallel(). So one such stream per file is enough, most of the time.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL