File: debcargo.toml

package info (click to toggle)
rust-aes-kw 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
overlay = "."
uploaders = ["Daniel Kahn Gillmor <dkg@fifthhorseman.net>"]
collapse_features = true
summary = "AES Key Wrap (KW) and Key Wrap with Padding (KWP) modes"
description = """
Pure Rust implementation of the NIST AES-KW Key Wrap and NIST AES-KWP
Key Wrap with Padding modes also described in RFC3394, RFC5649, and
NIST 800-38F.
"""