Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
crypto
xmss-rust
Commits
885454cf
Commit
885454cf
authored
Feb 23, 2022
by
Marc Schink
Browse files
Initial commit
parents
Changes
3
Hide whitespace changes
Inline
Side-by-side
Cargo.toml
0 → 100644
View file @
885454cf
[package]
name
=
"xmss"
version
=
"0.0.0"
rust-version
=
"1.57"
description
=
"""
Pure Rust implementation of the extended Merkle signature scheme (XMSS).
"""
edition
=
"2018"
repository
=
"https://gitlab.zapb.de/crypto/xmss-rust"
license
=
"Apache-2.0"
readme
=
"README.md"
keywords
=
[
"crypto"
,
"post-quantum"
,
"signature"
,
"xmss"
]
categories
=
["cryptography"]
README.md
0 → 100644
View file @
885454cf
# eXtended Merkle Signature Scheme (XMSS)
Rust implementation according to
[
IETF RFC 8391
](
https://datatracker.ietf.org/doc/html/rfc8391
)
.
src/lib.rs
0 → 100644
View file @
885454cf
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment