mirror of
https://github.com/kopia/kopia.git
synced 2026-05-11 00:04:46 -04:00
5 lines
151 B
Go
5 lines
151 B
Go
package user
|
|
|
|
// defaultPasswordHashVersion is the default scheme used for user password hashing.
|
|
const defaultPasswordHashVersion = ScryptHashVersion
|