ladybird/Libraries/LibWeb/Crypto
Shannon Booth 6a9cd0e8e0 LibWeb: Use interface_name instead of serialize_type virtual
`interface_name` is implemented for every platform object,
so we no longer need this boilerplate for every serializable
platform object.
2026-02-14 20:22:40 +01:00
..
Crypto.cpp LibCrypto+AK: Merge LibCrypto/SecureRandom into AK/Random 2026-01-23 15:53:27 +01:00
Crypto.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
Crypto.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
CryptoAlgorithms.cpp LibWeb/Crypto: Update spec links 2026-02-14 17:43:34 +01:00
CryptoAlgorithms.h LibCrypto: Add ChaCha20-Poly1305 support 2026-01-26 10:03:09 +01:00
CryptoBindings.cpp LibWeb: Expand JsonWebKey to accommodate post quantum algorithms 2025-12-10 21:26:06 +01:00
CryptoBindings.h LibWeb: Expand JsonWebKey to accommodate post quantum algorithms 2025-12-10 21:26:06 +01:00
CryptoKey.cpp LibGC+ClangPlugins: Forbid non-trivial destructors in Cell subclasses 2026-01-30 20:57:42 +01:00
CryptoKey.h LibWeb: Use interface_name instead of serialize_type virtual 2026-02-14 20:22:40 +01:00
CryptoKey.idl LibWeb: Update the Key Usage enum to adapt for PostQuantum Algorithms 2025-11-27 21:50:06 +01:00
KeyAlgorithms.cpp LibJS+LibWeb: Inline fast path for Value::to_object() 2025-09-15 12:16:58 +02:00
KeyAlgorithms.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
SubtleCrypto.cpp LibCrypto: Add ChaCha20-Poly1305 support 2026-01-26 10:03:09 +01:00
SubtleCrypto.h LibWeb: Implement decapsulateBits for SubtleCrypto 2025-12-28 18:56:50 +01:00
SubtleCrypto.idl LibWeb: Implement decapsulateBits for SubtleCrypto 2025-12-28 18:56:50 +01:00