Chase Knowlden
|
6b4e00bc39
|
LibCrypto: Implement Ed25519 Small Order Points
|
2025-08-01 14:31:44 +02:00 |
|
devgianlu
|
999f456ba4
|
LibWeb: Support RSASSA-PKCS1-v1_5 in WebCryptoAPI
|
2025-01-17 12:43:03 +01:00 |
|
devgianlu
|
e05ee9d297
|
LibWeb: Support RSA-PSS in WebCryptoAPI
|
2025-01-17 12:43:03 +01:00 |
|
devgianlu
|
b9ba1b3f72
|
LibWeb: Add Ed448 support in WebCryptoAPI
Add full support for Ed448 and import relevant tests.
|
2025-01-11 11:13:06 +01:00 |
|
devgianlu
|
0c60f7c995
|
LibWeb: Migrate ECDSA.generateKey and ECDSA.verify away from ByteBuffer
Use instances of `ECPublicKey` and `ECPrivateKey` instead of
`ByteBuffer` for ECDSA. Fixes another ~200 tests.
|
2024-12-03 13:20:51 +01:00 |
|
Jelle Raaijmakers
|
329cd946ac
|
LibWeb: Implement Web Crypto HMAC algorithm
|
2024-11-14 11:52:18 +01:00 |
|