evercrypt-rust VS FStar

Compare evercrypt-rust vs FStar and see what are their differences.

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
evercrypt-rust FStar
2 42
27 2,570
- 0.6%
0.0 9.9
12 months ago 7 days ago
Rust F*
- Apache License 2.0
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.

evercrypt-rust

Posts with mentions or reviews of evercrypt-rust. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-13.
  • How We Proved the Eth2 Deposit Contract Is Free of Runtime Errors
    4 projects | news.ycombinator.com | 13 Sep 2021
    CompCert is also very impressive. It's not, however, free software / open source (the source is available though)

    https://www.absint.com/compcert/structure.htm

    A problem with both seL4 and CompCert is that the code written to express the proofs is huge, much larger than code that actually does stuff. This puts a ceiling on the size of the projects we can verify.

    F* is a language that tries to address that, by finding proofs with z3, a smt prover; z3 can't prove everything on its own but it cuts down proof code by orders of magnitude. They have written a verified cryptography stack and TLS stack, and want to write a whole verified http stack.

    https://www.fstar-lang.org/

    https://github.com/project-everest/hacl-star

    https://www.mitls.org/

    https://project-everest.github.io/

    F* (through Low, a verified low-level subset of F) can extract verified code to C, which is kind of the inverse than the seL4 proof: seL4 begins with C code and enriches it with proofs of correctness; hacl* (a verified crypto F* lib) begins with a proven correct F* code and extracts C code (I gather the actual crypto primitives is compiled directly to asm code because C has some problems with constant time stuff). This enables hacl* to make bindings to other languages that can just call C code, like this Rust binding

    https://github.com/franziskuskiefer/evercrypt-rust

    Also this F* stuff is all free software / open source, so it might become a very prevalent crypto and TLS stack

  • Awesome Rust Cryptography list compiled by the Rust Cryptography Interest Group (RCIG)
    4 projects | /r/rust | 27 Jul 2021
    evercrypt-rust (verified) Rust bindings for evercrypt, a set of high-performance HACL*-verified implementations of cryptographic primitives. bindings crate, bringing HACL-verified cryptographic primitives.

FStar

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

What are some alternatives?

When comparing evercrypt-rust and FStar you can also consider the following projects:

dafny - Dafny is a verification-aware programming language

coq - Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.

hacl-star - HACL*, a formally verified cryptographic library written in F*

lean - Lean Theorem Prover

RCIG_Coordination_Repo - A Coordination repo for all things Rust Cryptography oriented

koka - Koka language compiler and interpreter

VisualFSharp - The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio

stepmania - Advanced rhythm game for Windows, Linux and OS X. Designed for both home and arcade use.

SharpLab - .NET language playground

awesome-programming-languages - The list of an awesome programming languages that you might be interested in

ante - A safe, easy systems language