1 2 3 4 5 6 7 8 9 10 11
package utils import ( "github.com/authelia/authelia/v4/internal/random" ) const ( testStringInput = "abcdefghijkl" ) var r = &random.Cryptographical{}