Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Typo
  • Loading branch information
ernestognw committed Jan 23, 2024
commit cadc8e755e49ee00fa80b23d3f65d4c93c4cc74e
2 changes: 1 addition & 1 deletion .changeset/cool-mangos-compare.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'openzeppelin-solidity': minor
---

`Math`: add an `invMod` function to get modular multiplicative inverse of a number in Z/nZ.
`Math`: add an `invMod` function to get the modular multiplicative inverse of a number in Z/nZ.