mirror of
https://github.com/saymrwulf/fips205-source.git
synced 2026-09-03 19:53:49 +00:00
21 lines
No EOL
600 B
TOML
21 lines
No EOL
600 B
TOML
[package]
|
|
name = "fips205-ffi"
|
|
version = "0.1.2"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "C shared library exposing FIPS 205 (draft): Stateless Hash-Based Digital Signature Standard"
|
|
authors = ["Eric Schorn <eschorn@integritychain.com>"]
|
|
documentation = "https://docs.rs/fips205"
|
|
categories = ["cryptography", "no-std"]
|
|
repository = "https://github.com/integritychain/fips205"
|
|
keywords = ["FIPS", "FIPS205", "hash", "signature"]
|
|
rust-version = "1.70"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib", "cdylib"]
|
|
bench = false
|
|
name = "fips205"
|
|
|
|
[dependencies.fips205]
|
|
path = ".."
|
|
version = "0.1.2" |