xeddsa 1.0.2

Implementation of the XEdDSA signature algorithm designed for Signal by Trevor Perrin, et al
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.2]

### Added

- Re-export `xeddsa::xeddsa::*` under the crate root

## [1.0.1]

### Added

- [`Zeroize`]https://docs.rs/zeroize/latest/zeroize/ private keys on `Drop`

### Changed

- Converted utility function for hash to `const fn`

## [1.0.0]

Initital release.


[1.0.2]: https://codeberg.org/SpotNuts/xeddsa/releases/tag/1.0.2
[1.0.1]: https://codeberg.org/SpotNuts/xeddsa/releases/tag/1.0.1
[1.0.0]: https://codeberg.org/SpotNuts/xeddsa/releases/tag/1.0.0