Historique des commits

Auteur SHA1 Message Date
  Timothy Flynn 3ad1f250e7 LibCrypto: Define *BigInteger::to_base to convert big integers to String il y a 2 ans
  Timothy Flynn 0ddc2e1f50 LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated il y a 2 ans
  Moustafa Raafat ae2abcebbb Everywhere: Use C++ concepts instead of requires clauses il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Linus Groh d26aabff04 Everywhere: Run clang-format il y a 2 ans
  Moustafa Raafat 54b8a2b094 LibCrypto: Add a way to compare UnsignedBigInteger with double il y a 2 ans
  davidot 791855deab LibCrypto+LibJS: Remove the create_from methods from BigInteger il y a 2 ans
  davidot 528891bf69 LibCrypto: Add a constructor to (Un)SignedBigInteger taking a double il y a 2 ans
  davidot c87d10365b LibCrypto: Make the constructors of (Un)SignedBigInteger templated il y a 2 ans
  davidot 77d71a5ffd LibCrypto: Add a rounding mode to UnsignedBigInteger::to_double il y a 2 ans
  Lucas CHOLLET dab814ea11 LibCrypto: Add the [[nodiscard]] qualifier in both BigInteger classes il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Lenny Maiorani f1c452059c Libraries: Use default constructors/destructors in LibCrypto il y a 3 ans
  Timothy Flynn b0d6399f60 LibCrypto: Do not allow signed big integers to be negative zero il y a 3 ans
  Timothy Flynn 0013227377 LibCrypto: Change UnsignedBigInteger parser to use a StringView il y a 3 ans
  Nico Weber 013799a4dd LibCrypto+LibJS: Better bigint bitwise_or binop il y a 3 ans
  Nico Weber 1f98639396 LibCrypto+LibJS: Better bigint bitwise_and binop il y a 3 ans
  Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> il y a 3 ans
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value il y a 3 ans
  Idan Horowitz bcdad57670 LibCrypto: Add naive implementation of {Un,}SignedBigInteger::to_double il y a 3 ans
  Idan Horowitz 75d1ffea00 LibCrypto: Add the >= operator to UnsignedBigInteger il y a 4 ans
  Linus Groh 89641d90db LibCrypto: Add operator>() to UnsignedBigInteger and SignedBigInteger il y a 4 ans
  Idan Horowitz 005d75656e LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N) il y a 4 ans
  Idan Horowitz 2ad2e055e2 LibCrypto: Add {Signed,Unsigned}BigInteger::from_base{2, 8, 16} helpers il y a 4 ans
  Idan Horowitz d7a70eb77c LibJS: Add all of the DataView.prototype.set* methods il y a 4 ans
  Idan Horowitz c54b9a6920 LibJS: Add all of the DataView.prototype.get* methods il y a 4 ans
  Idan Horowitz b17a282b4b LibCrypto: Add hash methods to {Signed, Unsigned}BigInteger il y a 4 ans
  DexesTTP fd80e7a339 LibCrypto: Reduce the UnsignedBigInteger inline size to 32 words il y a 4 ans
  DexesTTP 485adb5e29 LibCrypto: Add the montgomery modular power algorithm il y a 4 ans
  DexesTTP 5071989545 LibCrypto: Add a += operation to UnsignedBigIntegerAlgorithms il y a 4 ans