dcrd/dcrec
SeedHammer 0d633fcd00
Some checks failed
Build and Test / Go CI (1.21) (push) Has been cancelled
Build and Test / Go CI (1.22) (push) Has been cancelled
secp256k1: add support for resource constrained environments (TinyGo)
The pre-computed table for speeding up ScalarBaseMultNonConst is
several hundred kilobytes in the binary and even more when unpacked
into working memory. Special-case ScalarBaseMultNonConst to fall back to
ScalarMultNonConst when the 'tinygo' tag is specified, which is true
when building a Go program with TinyGo.
2024-03-19 16:05:24 +00:00
..
edwards multi: Go 1.19 doc comment formatting. 2022-07-30 04:08:58 -05:00
secp256k1 secp256k1: add support for resource constrained environments (TinyGo) 2024-03-19 16:05:24 +00:00
common.go multi: Address some golint complaints. 2018-10-10 19:50:06 -05:00
go.mod multi: Support module graph prune and lazy load. 2022-03-25 07:20:01 -05:00