Skip to content

Commit

Permalink
Merge branch 'main' into eddsa
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdaybird authored Jan 10, 2025
2 parents 58230aa + 9e8b0f9 commit 083cc7d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Codespell
run: pip install codespell
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1](https://github.com/pluto/ronkathon/compare/v0.1.0...v0.1.1) - 2025-01-07

### Other

- *(deps)* bump itertools from 0.13.0 to 0.14.0 (#180)
- *(deps)* bump rstest from 0.23.0 to 0.24.0 (#181)

## [0.1.0](https://github.com/pluto/ronkathon/releases/tag/v0.1.0) - 2024-09-30

### Added
Expand Down
79 changes: 18 additions & 61 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ edition ="2021"
license ="MIT OR Apache-2.0"
name ="ronkathon"
repository ="https://github.com/pluto/ronkathon"
version ="0.1.0"
version ="0.1.1"
exclude =["CHANGELOG.md", "assets/"]

[dependencies]
rand ="0.8"
itertools ="0.13"
itertools ="0.14"
hex ="0.4"
crypto-bigint ="0.6.0-rc.6"

[dev-dependencies]
rstest ="0.23"
rstest ="0.24"
pretty_assertions ="1.4"
sha2 ="0.10"
sha2 ="0.10"
ark-ff ={ version="0.5", features=["std"] }
ark-crypto-primitives={ version="0.5", features=["sponge"] }
des ="0.8"
chacha20 ="0.9"
hex-literal ="0.4"
hex-literal ="0.4"

[[bin]]
name="hmac_sha256_bin"
Expand Down

0 comments on commit 083cc7d

Please sign in to comment.