fast_chacha 0.3.0

CPU-optimized ChaCha20 implementation with rust fallbacks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# tests

This directory contains integration and comparison tests for the `fast_chacha` crate.

## Notes

- **Not all test files in this directory are currently used by the main project.**
- This is intentional: the `tests` directory serves as a workspace for contributors to add, experiment with, or document new test cases and approaches that may be integrated into the project in the future.

## Contributing

If you have additional test cases, benchmarks, or compatibility checks that could help improve `fast_chacha`, feel free to add them here and open a pull request!

## Licensing

Please ensure that any files added to this directory include appropriate licensing and author information if required.