Skip to content

Commit

Permalink
add release notes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoPope committed Aug 1, 2024
1 parent 295f5c3 commit 3d3991c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 36 deletions.
36 changes: 0 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,10 @@ pycryptodome: 3.83s
```

For more information, see the file [`benchmarks/benchmark_xof.py`](https://github.com/GiacomoPope/xoflib/blob/main/benchmarks/benchmark_xof.py).

## Release Notes

- v0.3.1: modify the `__str__()` and `__repr__()` methods of the `Shake` and `Sponge` classes
- v0.3.0: include pyO3 bindings for BLAKE3 using the [`blake3`](https://crates.io/crates/blake3) crate
- v0.2.0: include pyO3 bindings for Ascon and AsconA using the [`ascon-hash`](https://crates.io/crates/ascon-hash) crate
- v0.1.0: include pyO3 bindings for Shake128, Shake256, TurboShake128 and TurboShake256 using the [`sha3`](https://docs.rs/sha3/latest/sha3/) crate

0 comments on commit 3d3991c

Please sign in to comment.