Skip to content

Commit

Permalink
toml update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Capybara committed May 27, 2023
1 parent 9cb5dca commit fc11838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "capycrypt"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

license = "MIT"
keywords = ["cryptography", "fips202", "kmacxof256", "sha3", "schnorr"]
readme = "README.md"
authors = ["Dustin Ray (Dr. Capybara) <dustinray313@gmail.com>"]
description = "A high performance cryptosystem. Pairs FIPS202 with non-standard Edwards curve."
description = "A high performance cryptosystem. Pairs NIST FIPS202 with a variety of Edwards curves."
repository = "https://github.com/drcapybara/capyCRYPT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit fc11838

Please sign in to comment.