mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 21:41:00 +00:00
Rather than the very C-like API we currently have, accepting a void* and a length, let's take a Bytes object instead. In almost all existing cases, the compiler figures out the length. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| TestAES.cpp | ||
| TestASN1.cpp | ||
| TestBigInteger.cpp | ||
| TestChaCha20.cpp | ||
| TestChecksum.cpp | ||
| TestCurves.cpp | ||
| TestEd25519.cpp | ||
| TestHash.cpp | ||
| TestHMAC.cpp | ||
| TestPoly1305.cpp | ||
| TestRSA.cpp | ||