2022-12-21 10:31:21 +00:00
|
|
|
package utils
|
|
|
|
|
2023-01-07 00:19:41 +00:00
|
|
|
import (
|
|
|
|
"github.com/authelia/authelia/v4/internal/random"
|
|
|
|
)
|
|
|
|
|
2022-12-21 10:31:21 +00:00
|
|
|
const (
|
|
|
|
testStringInput = "abcdefghijkl"
|
|
|
|
)
|
2023-01-07 00:19:41 +00:00
|
|
|
|
|
|
|
var r = &random.Cryptographical{}
|