mirror of
https://github.com/BLAKE3-team/BLAKE3
synced 2026-03-07 19:56:31 +01:00
While we're taking this MSRV bump, we can also update `constant_time_eq`, which uses the 2024 edition in its most recent versions.
9 lines
127 B
INI
9 lines
127 B
INI
[package]
|
|
name = "reference_impl"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
name = "reference_impl"
|
|
path = "reference_impl.rs"
|