Skip to content

Commit

Permalink
Update doc.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Aaron Craelius <[email protected]>
  • Loading branch information
samricotta and aaronc committed May 6, 2024
1 parent 0701e66 commit e5e0f65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions math/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
Package math implements custom Cosmos SDK math types used for arithmetic
operations. Signed and unsigned integer types utilize Golang's standard library
big integers types, having a maximum bit length of 256 bits.
This code is based on the implementation found in the Regen Ledger project:
https://github.com/regen-network/regen-ledger/tree/main/types/math
Co-authors and contributors include:
Regen Network
*/
package math

0 comments on commit e5e0f65

Please sign in to comment.