package
0.9.20
Repository: https://github.com/insolar/insolar.git
Documentation: pkg.go.dev

# Functions

New creates new seed manager with default params.
NewSpecified creates new seed manager with custom params.
SeedFromBytes converts slice of bytes to Seed.

# Constants

DefaultCleanPeriod default time period for launching cleaning goroutine.
DefaultTTL is default time period for deleting expired seeds.
SeedSize is size of seed.

# Structs

SeedGenerator holds logic with seed generation.
SeedManager manages working with seed pool It's thread safe.

# Type aliases

Expiration represents time of expiration.
Seed is a type of seed.