libaegis VS sodiumoxide

Compare libaegis vs sodiumoxide and see what are their differences.

libaegis

Portable C implementations of the AEGIS family of high-performance authenticated encryption algorithms. (by jedisct1)

sodiumoxide

[DEPRECATED] Sodium Oxide: Fast cryptographic library for Rust (bindings to libsodium) (by sodiumoxide)
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
libaegis sodiumoxide
3 4
41 638
- -
8.5 5.3
6 days ago over 1 year ago
C Rust
MIT License 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.

libaegis

Posts with mentions or reviews of libaegis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-18.
  • Using Zig to Unit Test a C Application
    3 projects | news.ycombinator.com | 18 Dec 2023
    > The main advantage is that cross-compilation to many targets is supported out of the box

    For the readers who aren't familiar:

    The code for running test and then cross-compiling (on one machine and OS) for different target platforms is:

    https://github.com/jedisct1/libaegis/blob/main/.github/workf...

    and the only zig file in the repo which drives the build process is:

    https://github.com/jedisct1/libaegis/blob/main/build.zig

  • Libsodium: A modern, portable, easy to use crypto library
    9 projects | news.ycombinator.com | 14 Sep 2023
    Libsodium has been around for a while, so probably the reason it was posted is that version 1.0.19 was just released: https://github.com/jedisct1/libsodium/releases/tag/1.0.19-RE...

    Updated NuGet and Swift packages are going to be uploaded soon.

    AEGIS-128X and 256X are not there yet, but if you need them, they are available in libaegis: https://github.com/jedisct1/libaegis

    All the code from libaegis will eventually be merged into libsodium, including the incremental update API which is especially useful for TLS.

sodiumoxide

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