This is a partial backport of core#28100
https://github.com/bitcoin/bitcoin/pull/28100/commits/3da636e08b781fa2f7c1c23bb937015185732a75
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC54538f391d93: crypto: refactor ChaCha20 classes to use Span<std::byte> interface
ninja all check-all
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Event Timeline
Comment Actions
We can probably do that after we switch from Span to std::span. The Span template does not have the Extent parameter