We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SHA2_256
1 parent c59ce92 commit ae4d625Copy full SHA for ae4d625
1 file changed
configs/configs.go
@@ -48,7 +48,7 @@ type Config struct {
48
// the service will use flow.AccountKeyWeightThreshold from the Flow SDK.
49
DefaultKeyWeight int `env:"DEFAULT_KEY_WEIGHT" envDefault:"-1"`
50
DefaultSignAlgo string `env:"DEFAULT_SIGN_ALGO" envDefault:"ECDSA_P256"`
51
- DefaultHashAlgo string `env:"DEFAULT_HASH_ALGO" envDefault:"SHA2_256"`
+ DefaultHashAlgo string `env:"DEFAULT_HASH_ALGO" envDefault:"SHA3_256"`
52
// This symmetrical key is used to encrypt private keys
53
// that are stored in the database. Values per type:
54
// - local: 32 bytes long encryption key
0 commit comments