File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "subtle"
55# - update html_root_url
66# - update README if necessary by semver
77# - if any updates were made to the README, also update the module documentation in src/lib.rs
8- version = " 2.5 .0"
8+ version = " 2.6 .0"
99edition = " 2018"
1010authors = [" Isis Lovecruft <isis@patternsinthevoid.net>" ,
1111 " Henry de Valence <hdevalence@hdevalence.ca>" ]
Original file line number Diff line number Diff line change 11Copyright (c) 2016-2017 Isis Agora Lovecruft, Henry de Valence. All rights reserved.
2+ Copyright (c) 2016-2024 Isis Agora Lovecruft. All rights reserved.
23
34Redistribution and use in source and binary forms, with or without
45modification, are permitted provided that the following conditions are
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ instead of `bool` which are intended to execute in constant-time. The `Choice`
77type is a wrapper around a ` u8 ` that holds a ` 0 ` or ` 1 ` .
88
99``` toml
10- subtle = " 2.5 "
10+ subtle = " 2.6 "
1111```
1212
1313This crate represents a “best-effort” attempt, since side-channels
Original file line number Diff line number Diff line change 1111#![ no_std]
1212#![ deny( missing_docs) ]
1313#![ doc( html_logo_url = "https://doc.dalek.rs/assets/dalek-logo-clear.png" ) ]
14- #![ doc( html_root_url = "https://docs.rs/subtle/2.5 .0" ) ]
14+ #![ doc( html_root_url = "https://docs.rs/subtle/2.6 .0" ) ]
1515
1616//! # subtle [](https://crates.io/crates/subtle) [](https://doc.dalek.rs/subtle) [](https://travis-ci.org/dalek-cryptography/subtle)
1717//!
2222//! type is a wrapper around a `u8` that holds a `0` or `1`.
2323//!
2424//! ```toml
25- //! subtle = "2.5 "
25+ //! subtle = "2.6 "
2626//! ```
2727//!
2828//! This crate represents a “best-effort” attempt, since side-channels
You can’t perform that action at this time.
0 commit comments