FaCT VS subtle

Compare FaCT vs subtle and see what are their differences.

FaCT

Flexible and Constant Time Programming Language (by PLSysSec)

subtle

Pure-Rust traits and utilities for constant-time cryptographic implementations. (by dalek-cryptography)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
FaCT subtle
5 1
191 229
0.0% 0.9%
10.0 0.0
about 2 years ago about 2 months ago
OCaml Rust
BSD 3-clause "New" or "Revised" License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

FaCT

Posts with mentions or reviews of FaCT. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-23.

subtle

Posts with mentions or reviews of subtle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-23.
  • Fact: Constant Time Programming Language
    4 projects | news.ycombinator.com | 23 Oct 2022
    Rust has some great constant time libs already, for instance `subtle` [0]. A `derive(ConstantTimeEq)` might get you most of the way, but a constant-timeifier would be great for wrapping whole algos where you might not want to think too hard about timing side channels.

    For your sleeping proposal, it sounds a little like differential privacy [1] where you can add some randomness to gain some privacy but using up your privacy budget in the process. In that case, `N` depends on the sensitivity of the data, the noise amount, and your privacy budget. If you get it right, it has provable security properties. However, that works better when the adversary does not have physical access to the machine and can't observe the intermediate state (or side channel leaks thereof).

    [0]: https://github.com/dalek-cryptography/subtle

    [1]: https://github.com/dalek-cryptography/subtle

What are some alternatives?

When comparing FaCT and subtle you can also consider the following projects:

movfuscator - The single instruction C compiler