mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
Rename "encryptionAlgorithm" to "hashAlgorithmForEncryption" for clarity (#9891)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const applicationName = "Native Messaging Test Runner";
|
||||
export const encryptionAlgorithm = "sha1";
|
||||
export const hashAlgorithmForEncryption = "sha1";
|
||||
export const testRsaPublicKey =
|
||||
"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl0Vawl/toXzkEvB82FEtqHP" +
|
||||
"4xlU2ab/v0crqIfXfIoWF/XXdHGIdrZeilnRXPPJT1B9dTsasttEZNnua/0Rek/cjNDHtzT52irfoZYS7X6HNIfOi54Q+egP" +
|
||||
|
||||
Reference in New Issue
Block a user