DEBSOURCES
Skip Quicknav
sources / golang-github-go-crypt-crypt / 0.4.7-1 / algorithm / scrypt / const.pure.go
123456789101112
//go:build !amd64 || purego package scrypt import ( "math" ) const ( // KeyLengthMax is the maximum key size accepted. KeyLengthMax = math.MaxInt32 )