package salsa20

Import Path
	github.com/davidlazar/go-crypto/salsa20 (on go.dev)

Dependency Relation
	imports 3 packages, and imported by one package

Involved Source Files salsa20.go
Package-Level Functions (only one)
func New(key *[32]byte, nonce []byte) cipher.Stream
Package-Level Constants (only one)
const BlockSize = 64