Entries are listed in reverse chronological order.
ConstantTimeGreater
and ConstantTimeLess
traits, as well as implementations for unsigned integers, by @isislovecruft.impl ConstantTimeEq for Choice
by @tarcieri.impl From<CtOption<T>> for Option<T>
by @CPerezz. This is useful for handling library code that produces CtOption
s in contexts where timing doesn't matter.nightly
-only asm-based black_box
barrier in favor of the volatile-based one, fixing compilation on current nightlies.nightly
feature.or_else
combinator for CtOption
, by @ebfull.black_box
for nightly
, by @jethrogb.black_box
for stable
, by @dsprenkels.no_std
, by @dsprenkels.cargo publish
, yanked.CtOption<T>
which acts as a constant-time Option<T>
(thanks to @ebfull for the implementation).Choice
now itself implements ConditionallySelectable
.