Commit Graph

3 Commits

Author SHA1 Message Date
Sam Atkins
076e1f0162 Tests: Correct include in TestMLDSA
This doesn't need LibWeb, it just needs LibCrypto. The previous include
would transitively include what was needed, but also included
`LibWeb/Bindings/SubtleCryptoPrototype.h` which might not exist yet.
This could break the build on CI randomly.
2025-12-11 22:10:48 +00:00
Tete17
83b5ed8e9f LibCrypto: Implement verify for ML-DSA algorithm 2025-12-10 21:26:06 +01:00
Tete17
2451a9c74b LibCrypto: Implement key pair generation for ML-DSA algorithm
This is the first post quantum algorithm in the project
2025-12-10 21:26:06 +01:00