This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make signature sign and verify take
impl AsRef<[u8]>
instead of `&[…
…u8]`
- Loading branch information
1 parent
0f486f6
commit b9674f3
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "fire-crypto" | ||
description = "Crypto library providing encryption and signing." | ||
version = "0.3.2" | ||
version = "0.3.3" | ||
authors = ["Sören Meier <[email protected]>"] | ||
repository = "https://github.com/fire-lib/fire-crypto" | ||
homepage = "https://fire-lib.com/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters