1
0
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:
Bernd Schoolmann
2024-07-03 10:32:19 +02:00
committed by GitHub
parent 83b8c0d50f
commit 5839999fc4
3 changed files with 5 additions and 5 deletions

View File

@@ -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" +