Age | Commit message (Expand) | Author |
---|---|---|
2022-02-06 | LibCrypto: Do not allow signed big integers to be negative zero | Timothy Flynn |
2022-01-18 | LibCrypto+LibJS: Better bitwise binary_xor binop | Nico Weber |
2022-01-18 | LibCrypto+LibJS: Better bigint bitwise_or binop | Nico Weber |
2022-01-18 | LibCrypto+LibJS: Better bigint bitwise_and binop | Nico Weber |
2022-01-18 | LibJS+LibCrypto: Fix SignedBitInteger::bitwise_not and use it in LibJS | Nico Weber |
2021-12-08 | LibCrypto+Tests: Avoid implicitly copying ByteBuffer | Ben Wiederhake |
2021-11-16 | LibCrypto: Fix subtracting two negative `SignedBigInteger`s | Linus Groh |
2021-09-06 | Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe | Ali Mohammad Pur |
2021-09-02 | Tests: Remove all file(GLOB) from CMakeLists in Tests | Andrew Kaster |
2021-07-01 | LibCrypto: Add tests for SignedBigInteger bitwise operations | Gal Horowitz |
2021-06-29 | LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N) | Idan Horowitz |
2021-06-19 | LibCrypto+LibTLS: Split and move test suite into Tests directory | Peter Bocan |