Documentation: Add a note in the README about Buffer usage to help users understand how to utilize the library effectively.
Documentation: Improve the formatting in the README for better readability and user experience.
Fixes
Fix a bug in the Poly1305 fast version that was causing incorrect results. The fast version is reverted to its original implementation to ensure accuracy.
Add a Poly1305 test to identify failures in the fast version, enhancing the reliability of the library.
Others
Remove examples from the Table of Contents in the README as they were not present, streamlining the documentation.
Build the project to ensure all components are up to date and functioning correctly.