VYPR

Utils

by Rustcrypto

Source repositories

CVEs (2)

  • CVE-2026-23519CriJan 15, 2026
    risk 0.57cvss 9.8epss 0.01

    RustCrypto CMOV provides conditional move CPU intrinsics which are guaranteed on major platforms to execute in constant-time and not be rewritten as branches by the compiler. Prior to 0.4.4, the thumbv6m-none-eabi (Cortex M0, M0+ and M1) compiler emits non-constant time assembly…

  • CVE-2026-50185LowJul 17, 2026
    risk 0.06cvss epss 0.00

    RustCrypto CMOV provides conditional move CPU intrinsics which are guaranteed on major platforms to execute in constant-time and not be rewritten as branches by the compiler. From 0.1.1 until 0.5.4, the aarch64 implementations of Cmov and CmovEq in cmov/src/backends/aarch64.rs…