1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:18:12 +00:00
serenity/Userland/Libraries/LibWeb/Crypto
Linus Groh 4daf07e69f LibWeb: Implement SubtleCrypto.digest()
This is a simple implementation of SubtleCrypto.digest() using LibCrypto
under the hood, so it supports all the required hash functions:
SHA-1, SHA-256, SHA-384, SHA-512.

Two FIXMEs remain: doing the hashing "in parallel", and supporting an
object argument instead of a plain string.
2021-12-14 09:01:06 +01:00
..
Crypto.cpp LibWeb: Add the SubtleCrypto interface 2021-12-14 09:01:06 +01:00
Crypto.h LibWeb: Add the SubtleCrypto interface 2021-12-14 09:01:06 +01:00
Crypto.idl LibWeb: Add the SubtleCrypto interface 2021-12-14 09:01:06 +01:00
SubtleCrypto.cpp LibWeb: Implement SubtleCrypto.digest() 2021-12-14 09:01:06 +01:00
SubtleCrypto.h LibWeb: Implement SubtleCrypto.digest() 2021-12-14 09:01:06 +01:00
SubtleCrypto.idl LibWeb: Implement SubtleCrypto.digest() 2021-12-14 09:01:06 +01:00