mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
ml-dsa v0.1.0-pre.2 (#900)
This commit is contained in:
Generated
+1
-1
@@ -433,7 +433,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
||||
|
||||
[[package]]
|
||||
name = "ml-dsa"
|
||||
version = "0.1.0-pre.1"
|
||||
version = "0.1.0-pre.2"
|
||||
dependencies = [
|
||||
"const-oid",
|
||||
"criterion",
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ description = """
|
||||
Pure Rust implementation of ML-DSA (formerly known as CRYSTALS-Dilithium) as
|
||||
described in FIPS-204 (final)
|
||||
"""
|
||||
version = "0.1.0-pre.1"
|
||||
version = "0.1.0-pre.2"
|
||||
edition = "2021"
|
||||
rust-version = "1.81"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
Copyright (c) 2024 RustCrypto Developers
|
||||
Copyright (c) 2024-2025 RustCrypto Developers
|
||||
|
||||
Permission is hereby granted, free of charge, to any
|
||||
person obtaining a copy of this software and associated
|
||||
|
||||
Reference in New Issue
Block a user