1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00
serenity/Userland/Libraries/LibWeb/Crypto
Johannes Røsvik d89e617a42 LibWeb: Make SubtleCrypto use the correct algorithm name for SHA-1
The spec defines "SHA-1" as a recognized algorithm name, not "SHA1".

This makes SHA-1 hash values show up on string.248.no.
2024-03-03 08:41:32 +01:00
..
Crypto.cpp LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray 2023-12-26 11:16:10 +01:00
Crypto.h LibWeb: Use ArrayBufferView for Crypto::getRandomValues 2023-11-24 08:43:35 +01:00
Crypto.idl LibWeb: Use ArrayBufferView for Crypto::getRandomValues 2023-11-24 08:43:35 +01:00
CryptoBindings.cpp LibWeb: Move dictionaries to separate file 2024-01-23 14:07:06 -07:00
CryptoBindings.h LibWeb: Move dictionaries to separate file 2024-01-23 14:07:06 -07:00
CryptoKey.cpp LibWeb: Add the CryptoKey interface 2024-01-23 14:07:06 -07:00
CryptoKey.h LibWeb: Add the CryptoKey interface 2024-01-23 14:07:06 -07:00
CryptoKey.idl LibWeb: Add the CryptoKey interface 2024-01-23 14:07:06 -07:00
SubtleCrypto.cpp LibWeb: Make SubtleCrypto use the correct algorithm name for SHA-1 2024-03-03 08:41:32 +01:00
SubtleCrypto.h LibWeb: Implement import_key for PBKDF2 2024-01-23 14:07:06 -07:00
SubtleCrypto.idl LibWeb: Implement import_key for PBKDF2 2024-01-23 14:07:06 -07:00