btcd/blockchain/internal/workmath
2026-05-14 18:05:33 -07:00
..
difficulty.go multi: use new v2 modules everywhere 2026-05-14 18:05:33 -07:00
difficulty_test.go blockchain, workmath: refactor functions to workmath package 2024-04-23 02:35:36 +09:00
README.md blockchain, workmath: refactor functions to workmath package 2024-04-23 02:35:36 +09:00

workmath

Build Status ISC License GoDoc

Package workmath provides utility functions that are related with calculating the work from difficulty bits. This package was introduced to avoid import cycles in btcd.

License

Package workmath is licensed under the copyfree ISC License.