dolphin/Source/Core/Common/Crypto
Léo Lam 355b1b5d5b ec: Improve readability and clarity
- Move all of the ec functions into the Common::ec namespace.

- Give the public functions better names and some usage information.

- Move all of the "elt" related functions into an "elt" class including
  all of the arithmetic operations, so that the logic becomes clearer
  and feels less like assembly.

  This also makes it much more obvious what the parameters are, instead
  of only using unsigned char* (which doesn't tell anything about what
  the pointer is used for or the size).

- Similarly, add a new "Point" class and move point functions there.
  Overload the arithmetic operators to make calculations easier to read
2018-05-20 19:59:26 +02:00
..
AES.cpp IOS: Implement IOSC-like API 2017-05-02 23:49:22 +02:00
AES.h IOS: Implement IOSC-like API 2017-05-02 23:49:22 +02:00
bn.cpp bn: Use int instead of u32 for sizes 2018-05-20 19:59:26 +02:00
bn.h bn: Use int instead of u32 for sizes 2018-05-20 19:59:26 +02:00
ec.cpp ec: Improve readability and clarity 2018-05-20 19:59:26 +02:00
ec.h ec: Improve readability and clarity 2018-05-20 19:59:26 +02:00