From e5e0f6563682ad6d72c5f0f8f8154392aff701d9 Mon Sep 17 00:00:00 2001 From: samricotta Date: Mon, 6 May 2024 11:18:05 +0300 Subject: [PATCH] Update doc.go Co-Authored-By: Aaron Craelius --- math/doc.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/math/doc.go b/math/doc.go index 17664a9531e0..c3ea3346ddf6 100644 --- a/math/doc.go +++ b/math/doc.go @@ -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