-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: updating contact emails (#43)
- Loading branch information
1 parent
2ec2de3
commit f7e82ae
Showing
4 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "poseidon-consistency" | ||
version = "0.2.0" | ||
edition = "2018" | ||
authors = ["Penumbra <[email protected]>", "redshiftzero <jen@penumbra.zone>"] | ||
authors = ["Penumbra <[email protected]>", "redshiftzero <jen@penumbralabs.xyz>"] | ||
description = "Checks consistency between Penumbra and Ark-sponge implementation" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/penumbra-zone/poseidon377" | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "poseidon-paramgen" | ||
version = "0.2.0" | ||
edition = "2018" | ||
authors = ["Penumbra <[email protected]>", "redshiftzero <jen@penumbra.zone>"] | ||
authors = ["Penumbra <[email protected]>", "redshiftzero <jen@penumbralabs.xyz>"] | ||
description = "A crate for generating Poseidon parameters" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/penumbra-zone/poseidon377" | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "poseidon-permutation" | ||
version = "0.2.0" | ||
edition = "2018" | ||
authors = ["Penumbra <[email protected]>", "redshiftzero <jen@penumbra.zone>"] | ||
authors = ["Penumbra <[email protected]>", "redshiftzero <jen@penumbralabs.xyz>"] | ||
description = "An instantiation of the Poseidon permutation" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/penumbra-zone/poseidon377" | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "poseidon377" | ||
version = "0.2.0" | ||
edition = "2018" | ||
authors = ["Penumbra <[email protected]>", "redshiftzero <jen@penumbra.zone>"] | ||
authors = ["Penumbra <[email protected]>", "redshiftzero <jen@penumbralabs.xyz>"] | ||
description = "An instantiation of the Poseidon hash for use with decaf377." | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/penumbra-zone/poseidon377" | ||
|