add hasher

This commit is contained in:
yanghao05
2023-05-30 11:19:09 +08:00
parent 2523e47840
commit 63e66378ee
2 changed files with 17 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ func DefaultProvider() container.ProviderContainer {
}
type Config struct {
Alphabet string
Salt string
MinLength uint
}