aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/internal/boring/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/internal/boring/doc.go')
-rw-r--r--src/crypto/internal/boring/doc.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/crypto/internal/boring/doc.go b/src/crypto/internal/boring/doc.go
index 64f41e3c82..6060fe5951 100644
--- a/src/crypto/internal/boring/doc.go
+++ b/src/crypto/internal/boring/doc.go
@@ -12,3 +12,8 @@ package boring
//
// BoringCrypto is only available on linux/amd64 systems.
const Enabled = available
+
+// A BigInt is the raw words from a BigInt.
+// This definition allows us to avoid importing math/big.
+// Conversion between BigInt and *big.Int is in crypto/internal/boring/bbig.
+type BigInt []uint