Skip to content

Commit

Permalink
- toml fields updated
Browse files Browse the repository at this point in the history
- added authors to LICENSE-MIT
  • Loading branch information
AnarchistHoneybun committed Oct 11, 2024
1 parent da51faf commit 7fcf237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 2 additions & 6 deletions kupyna/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
[package]
name = "kupyna"
version = "0.1.0"
description = "Hashing algorithm for Kupyna, 8 to 512 length"
authors = [
"Joshua Koudys <[email protected]>",
"Raj Singh <[email protected]>",
"RustCrypto Developers",
]
description = "Kupyna (DSTU 7564:2014) hash function"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2021"
Expand Down
2 changes: 2 additions & 0 deletions kupyna/LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Copyright (c) 2024 Joshua Koudys
Copyright (c) 2024 Raj Singh Bisen
Copyright (c) 2024 The RustCrypto Project Developers

Permission is hereby granted, free of charge, to any
Expand Down

0 comments on commit 7fcf237

Please sign in to comment.