pow_sha256/CHANGELOG.md

40 lines
624 B
Markdown
Raw Normal View History

2021-03-08 18:27:18 +05:30
# Changelog
2023-10-29 02:33:36 +05:30
## 0.5.0
2023-10-14 23:56:51 +05:30
2023-10-29 02:33:36 +05:30
### Added
- `stepped_prove_work_serialized` sends notifications after every few hash
computations.
## 0.4.0
### Changed
2023-10-14 23:56:51 +05:30
Rename crate from `pow_sha256` to `mcaptcha_pow_sha256`
2021-03-31 17:40:15 +05:30
## 0.2.1
### Changed
2023-10-14 23:56:51 +05:30
- performance improvement: internally `get_difficulty` was being called
multiple times while generating `PoW`, now it calls only once.
2021-03-31 17:40:15 +05:30
2021-04-01 22:45:48 +05:30
### Fixed
2023-10-14 23:56:51 +05:30
- encoding and decoding configuration used internally was causing an
error in `PoW` computation
2021-04-01 22:45:48 +05:30
2021-03-31 17:40:15 +05:30
## 0.2.0
### Changed
2023-10-14 23:56:51 +05:30
- Difficulty factor is now an unsigned 32 bit number
2021-03-31 17:40:15 +05:30
2021-03-08 18:27:18 +05:30
## 0.1
2021-03-31 17:40:15 +05:30
### Added:
2023-10-14 23:56:51 +05:30
- PoW constructor
- unique salt