Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarb committed Aug 27, 2024
1 parent 0523510 commit bea93a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3.1

* Use the portable optimizer_hide() when running under Miri.

# 0.3.0

* Use black_box instead of volatile read when inline assembly is not
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "constant_time_eq"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Cesar Eduardo Barros <[email protected]>"]
description = "Compares two equal-sized byte strings in constant time."
Expand Down

0 comments on commit bea93a3

Please sign in to comment.