bump version to 0.3.0; update README;

Signed-off-by: jmic <jmic@users.noreply.github.com>
This commit is contained in:
jmic
2025-12-20 18:23:00 +01:00
parent 2cc2c5b90d
commit a24e527a02
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "altcha-lib-rs" name = "altcha-lib-rs"
version = "0.2.0" version = "0.3.0"
edition = "2021" edition = "2021"
authors = ["jmic <jmic@users.noreply.github.com>"] authors = ["jmic <jmic@users.noreply.github.com>"]
description = "Community implementation of the Altcha library in Rust for your own server application to create and validate challenges and responses." description = "Community implementation of the Altcha library in Rust for your own server application to create and validate challenges and responses."

View File

@@ -12,6 +12,7 @@ For more information about ALTCHA <https://altcha.org/docs>
- Generates and validates self-hosted challenges - Generates and validates self-hosted challenges
- Expiring challenges option - Expiring challenges option
- Supports the algorithms SHA256, SHA384, SHA512, and SHA1 (via optional feature flag) - Supports the algorithms SHA256, SHA384, SHA512, and SHA1 (via optional feature flag)
- With v0.3, enforces delimited salt to prevent replay attacks; see https://altcha.org/security-advisory/
**Not part of this library:** **Not part of this library:**
- Methods to call ALTCHA's spam filter API - Methods to call ALTCHA's spam filter API