mirror of
https://github.com/mii443/lamport_sigs.rs.git
synced 2025-08-22 23:15:26 +00:00
Adding crate.io & README badges. (#3)
This commit is contained in:
@ -1,7 +1,12 @@
|
||||
[package]
|
||||
name = "lamport"
|
||||
name = "lamport_sigs"
|
||||
version = "0.1.0"
|
||||
authors = ["Frederic Jacobs <github@fredericjacobs.com>"]
|
||||
description = "lamport_sigs is a Rust implementation of the Lamport one-time signature scheme."
|
||||
license = "BSD-3-Clause"
|
||||
documentation = "https://spinresearch.github.io/lamport.rs/lamport/index.html"
|
||||
homepage = "https://github.com/SpinResearch/lamport.rs"
|
||||
repository = "https://github.com/SpinResearch/lamport.rs"
|
||||
|
||||
[dependencies]
|
||||
rust-crypto = "^0.2.36"
|
||||
|
@ -1,4 +1,7 @@
|
||||
# lamport
|
||||
[](https://travis-ci.org/SpinResearch/lamport.rs)
|
||||
[](https://crates.io/crates/lamport_sigs)
|
||||

|
||||
|
||||
*lamport* is a Rust implementation of the [Lamport one-time signature scheme](https://en.wikipedia.org/wiki/Lamport_signature).
|
||||
|
||||
|
Reference in New Issue
Block a user