Skip to content

Commit a24e527

Browse files
committed
bump version to 0.3.0; update README;
Signed-off-by: jmic <jmic@users.noreply.github.com>
1 parent 2cc2c5b commit a24e527

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "altcha-lib-rs"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
authors = ["jmic <jmic@users.noreply.github.com>"]
66
description = "Community implementation of the Altcha library in Rust for your own server application to create and validate challenges and responses."

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ For more information about ALTCHA <https://altcha.org/docs>
1212
- Generates and validates self-hosted challenges
1313
- Expiring challenges option
1414
- Supports the algorithms SHA256, SHA384, SHA512, and SHA1 (via optional feature flag)
15+
- With v0.3, enforces delimited salt to prevent replay attacks; see https://altcha.org/security-advisory/
1516

1617
**Not part of this library:**
1718
- Methods to call ALTCHA's spam filter API

0 commit comments

Comments
 (0)