Commit History

Author SHA1 Message Date
  Linus Groh 89641d90db LibCrypto: Add operator>() to UnsignedBigInteger and SignedBigInteger 4 years ago
  Idan Horowitz 005d75656e LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N) 4 years ago
  Idan Horowitz 2ad2e055e2 LibCrypto: Add {Signed,Unsigned}BigInteger::from_base{2, 8, 16} helpers 4 years ago
  Idan Horowitz d7a70eb77c LibJS: Add all of the DataView.prototype.set* methods 4 years ago
  Idan Horowitz c54b9a6920 LibJS: Add all of the DataView.prototype.get* methods 4 years ago
  Idan Horowitz b17a282b4b LibCrypto: Add hash methods to {Signed, Unsigned}BigInteger 4 years ago
  DexesTTP fd80e7a339 LibCrypto: Reduce the UnsignedBigInteger inline size to 32 words 4 years ago
  DexesTTP 485adb5e29 LibCrypto: Add the montgomery modular power algorithm 4 years ago
  DexesTTP 5071989545 LibCrypto: Add a += operation to UnsignedBigIntegerAlgorithms 4 years ago
  DexesTTP f4e6f58cc6 LibCrypto: Add the UnsignedBigInteger::Word alias 4 years ago
  DexesTTP 5963f6f9ff LibCrypto: Split BigInteger operations into an Algorithms class 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  AnotherTest 2601441486 LibCrypto: Avoid overly big allocs in intermediate ModularPower results 4 years ago
  Andreas Kling ef1e5db1d0 Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 4 years ago
  Linus Groh e265054c12 Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 4 years ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago