- 00bd892 bignum: Removed merge scaffolding. by Minos Galanakis · 2 years, 4 months ago
- 8296eab Merge pull request #6957 from tom-cosgrove-arm/fix-spelling-of-doxygen-return by Gilles Peskine · 2 years, 6 months ago
- 37dabd5 Fix doxygen return parameter spelling by Tom Cosgrove · 2 years, 6 months ago
- 432cacf bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_neg() by Mihir Raj Singh · 2 years, 6 months ago
- b0354c5 bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_from_mont_rep() by Mihir Raj Singh · 2 years, 6 months ago
- 37ece72 bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_to_mont_rep() by Mihir Raj Singh · 2 years, 6 months ago
- 01e861f bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_write() by Mihir Raj Singh · 2 years, 6 months ago
- cd17ff0 bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_read() by Mihir Raj Singh · 2 years, 6 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 6 months ago
- 2fcb4c1 Merge pull request #6747 from gilles-peskine-arm/bignum-mod-random by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 1e2a4d4 Functions to convert raw residues to/from the modulus representation by Gilles Peskine · 2 years, 7 months ago
- e162b47 Merge pull request #6777 from tom-cosgrove-arm/issue-6292-mod_inv by Gilles Peskine · 2 years, 7 months ago
- cf86d70 Merge pull request #6742 from gabor-mezei-arm/6022_bignum_mod_raw_mul by Gilles Peskine · 2 years, 7 months ago
- 210ea63 Fix documentation by Gabor Mezei · 2 years, 7 months ago
- a57cf98 Implement and test mbedtls_mpi_mod_raw_random by Gilles Peskine · 2 years, 7 months ago
- 057b458 Merge pull request #6766 from wernerlewis/bignum_mod_docs by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 28ff92c Add an explicit mbedtls_mpi_core_montmul_working_limbs() function by Tom Cosgrove · 2 years, 7 months ago
- 95b754d Fix documentation by Gabor Mezei · 2 years, 7 months ago
- 979d34c Add mod_raw_mul function by Gabor Mezei · 2 years, 7 months ago
- 214ae64 Replace \p with \c for non-parameter code typeset by Werner Lewis · 2 years, 7 months ago
- 1d89ebf Clarify all functions operate modulo N by Werner Lewis · 2 years, 7 months ago
- a306886 Add modulus to parameter ordering by Werner Lewis · 2 years, 7 months ago
- 2e70b9a Reword bignum sizes section by Werner Lewis · 2 years, 7 months ago
- 2bd263d Fix grammar and spelling by Werner Lewis · 2 years, 7 months ago
- e1eb75d Specify modulus constraints by Werner Lewis · 2 years, 7 months ago
- 48232ed Merge pull request #6743 from minosgalanakis/bignum/implement_modular_negation by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 5e9d2e9 Add conventions for bignum mod and mod_raw by Werner Lewis · 2 years, 7 months ago
- 5e8443e6 mbedtls_mpi_mod_raw_neg: Updated documentation. by Minos Galanakis · 2 years, 7 months ago
- 21fe8bd bignum_mod_raw: Added modular negation. by Minos Galanakis · 2 years, 7 months ago
- 6129268 Bignum: Implement mbedtls_mpi_mod_raw_inv_prime() and tests by Tom Cosgrove · 2 years, 7 months ago
- d3eed33 Bignum Mod Raw: pass endianness as a parameter by Janos Follath · 2 years, 8 months ago
- 590ae53 Merge pull request #6656 from tom-cosgrove-arm/bignum_pr_6225-updated by Janos Follath · 2 years, 8 months ago
- abddad4 Add note about aliasing of operands for mbedtls_mpi_mod_raw_add() by Tom Cosgrove · 2 years, 8 months ago
- d391b8c Change types and move const before type by Werner Lewis · 2 years, 8 months ago
- 9fa91eb Use modulus structure in mbedtls_mpi_mod_raw_add by Werner Lewis · 2 years, 9 months ago
- 0eea827 Rename MPI_CORE(add_mod) to mbedtls_mpi_mod_raw_add by Werner Lewis · 2 years, 9 months ago
- a45b6fe Extract MPI_CORE(add_mod) from the prototype by Hanno Becker · 2 years, 9 months ago
- 02d2313 Fix documentation by Gabor Mezei · 2 years, 8 months ago
- 4c7cf7d Add low level subtraction with modulus by Gabor Mezei · 2 years, 8 months ago
- d9299c3 bignum_mod_raw: Refactored Montgomery conversion functions by Minos Galanakis · 2 years, 9 months ago
- 5ad4a93 bignum_mod_raw: Added conversion methods for internal/public data representation by Hanno Becker · 3 years ago
- 5933f69 Add merge slots to Bignum files by Janos Follath · 2 years, 9 months ago
- 4281ae0 Merge pull request #6373 from gilles-peskine-arm/bignum-core-conventions by Gilles Peskine · 2 years, 9 months ago
- 4086de6 Fix documentation by Gabor Mezei · 2 years, 9 months ago
- 7aab2fb Add a short description of what each module does by Gilles Peskine · 2 years, 10 months ago
- 7f887bd Move license out of Doxygen comment by Gilles Peskine · 2 years, 10 months ago
- dba2677 Update documentation by Gabor Mezei · 2 years, 10 months ago
- 86dfe38 Fix documentation tags to be lower case by Gabor Mezei · 2 years, 10 months ago
- e5b8585 Follow parameter naming convention by Gabor Mezei · 2 years, 10 months ago
- 1c628d5 Follow parameter naming comvention by Gabor Mezei · 2 years, 10 months ago
- 81e5702 Change the input parameters to be const by Gabor Mezei · 2 years, 10 months ago
- 2b5bf4c Fix doumentation by Gabor Mezei · 2 years, 10 months ago
- 63c3282 Remove retrun code from mod_raw_cond_assign/swap by Gabor Mezei · 2 years, 10 months ago
- 12071d4 Add conditional assign and swap function for MPI modulus by Gabor Mezei · 2 years, 10 months ago
- af3f39c Fix typos by Janos Follath · 2 years, 11 months ago
- a95f204 Improve documentation by Janos Follath · 2 years, 11 months ago
- b7a88ec Bignum: Apply naming conventions by Janos Follath · 2 years, 11 months ago
- 6b8a4ad Bignum: update const qualifiers by Janos Follath · 2 years, 11 months ago
- 6318468 Improve bignum documentation by Janos Follath · 3 years ago
- 0ded631 Bignum: extract bignum_mod_raw.h functions by Janos Follath · 3 years ago
- dae1147 Improve Bignum documentation by Janos Follath · 3 years ago
- 8ff0729 Fix typos in Bignum documentation by Janos Follath · 3 years ago
- 37b0636 Add documentation for new bignum functions by Gabor Mezei · 3 years ago
- 5005edb Fix typos by Janos Follath · 3 years ago
- c5328cf Add a set of I/O functions for the modulus structure by Gabor Mezei · 3 years ago