pow_sha256/CHANGELOG.md

19 lines
300 B
Markdown
Raw Normal View History

2021-03-08 18:27:18 +05:30
# Changelog
2021-03-31 17:40:15 +05:30
## 0.2.1
### Changed
- performance improvement: internally `get_difficulty` was being called
multiple times while generating `PoW`, now it calls only once.
## 0.2.0
### Changed
- Difficulty factor is now an unsigned 32 bit number
2021-03-08 18:27:18 +05:30
## 0.1
2021-03-31 17:40:15 +05:30
### Added:
2021-03-08 18:27:18 +05:30
- PoW constructor
- unique salt