v0.1.0
This commit is contained in:
parent
afe5b2e8cb
commit
52f871c627
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
||||||
name = "pumpkin"
|
name = "pumpkin"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Zach Dziura <zcdziura@gmail.com>"]
|
authors = ["Zach Dziura <zcdziura@gmail.com>"]
|
||||||
|
description = "A cryptographically secure prime number generator"
|
||||||
|
repository = "https://github.com/zcdziura/pumpkin"
|
||||||
|
keywords = ["prime", "number", "cryptography", "generator"]
|
||||||
|
license = "Unlicense/MIT"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
custom_derive = "0.1.2"
|
custom_derive = "0.1.2"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Pumpkin
|
# Pumpkin
|
||||||
|
|
||||||
A cryptographically-secure pseudo-random number generator for generating large
|
A cryptographically secure pseudo-random number generator for generating large
|
||||||
prime.
|
prime.
|
||||||
|
|
||||||
## What's up with the name?
|
## What's up with the name?
|
||||||
|
|
Loading…
Add table
Reference in a new issue