mirror of
https://github.com/mii443/lamport_sigs.rs.git
synced 2025-08-22 15:05:49 +00:00
Rename repository to lamport_sigs.rs
.
This commit is contained in:
@ -4,9 +4,9 @@ version = "0.4.1-pre"
|
||||
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"
|
||||
documentation = "https://spinresearch.github.io/lamport_sigs.rs/lamport_sigs/index.html"
|
||||
homepage = "https://github.com/SpinResearch/lamport_sigs.rs"
|
||||
repository = "https://github.com/SpinResearch/lamport_sigs.rs"
|
||||
keywords = ["lamport", "signature-scheme"]
|
||||
categories = ["cryptography", "algorithms"]
|
||||
readme = "README.md"
|
||||
|
@ -1,18 +1,18 @@
|
||||
# lamport
|
||||
# lamport_sigs
|
||||
[](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).
|
||||
*lamport_sigs* is a Rust implementation of the [Lamport one-time signature scheme](https://en.wikipedia.org/wiki/Lamport_signature).
|
||||
|
||||
## Documentation
|
||||
|
||||
Documentation is [available](https://spinresearch.github.io/lamport.rs/lamport_sigs/).
|
||||
Documentation is [available](https://spinresearch.github.io/lamport_sigs.rs/lamport_sigs/).
|
||||
|
||||
## Bug Reporting
|
||||
|
||||
Please report bugs either as pull requests or as issues in [the issue
|
||||
tracker](https://github.com/SpinResearch/lamport.rs). *lamport* has a
|
||||
tracker](https://github.com/SpinResearch/lamport_sigs.rs). *lamport_sigs* has a
|
||||
**full disclosure** vulnerability policy. **Please do NOT attempt to report
|
||||
any security vulnerability in this code privately to anybody.**
|
||||
|
||||
|
Reference in New Issue
Block a user