camellia-simd-aesni VS sm4ni

Compare camellia-simd-aesni vs sm4ni and see what are their differences.

camellia-simd-aesni

Camellia cipher SIMD vector implementations for x86 (with AES-NI, VAES and/or GFNI instructions), ARM (with ARMv8 Crypto Extension instructions) and POWER (with VMX+VSX+crypto instructions) (by jkivilin)

sm4ni

Demonstration that AES-NI instructions can be used to implement the Chinese Encryption Standard SM4 (by mjosaarinen)
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
camellia-simd-aesni sm4ni
1 1
13 97
- -
1.2 10.0
about 1 year ago about 5 years ago
C C
MIT License MIT 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.

camellia-simd-aesni

Posts with mentions or reviews of camellia-simd-aesni. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-28.
  • Linux 6.5 Last Minute Fixes a Performance Regression, 34% Drop in a Benchmark
    2 projects | news.ycombinator.com | 28 Aug 2023
    > camellia_aesni_avx_x86_64

    An interesting point here is that AES-NI can be used to accelerate a host of things other than AES. In this case, it's because the S-box can take advantage of the AES S-Box (SubBytes) instruction: https://github.com/jkivilin/camellia-simd-aesni; https://kernel.googlesource.com/pub/scm/linux/kernel/git/sha....

    Similar acceleration has been done with SM4, the Chinese analogue of AES. https://github.com/mjosaarinen/sm4ni

sm4ni

Posts with mentions or reviews of sm4ni. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-28.
  • Linux 6.5 Last Minute Fixes a Performance Regression, 34% Drop in a Benchmark
    2 projects | news.ycombinator.com | 28 Aug 2023
    > camellia_aesni_avx_x86_64

    An interesting point here is that AES-NI can be used to accelerate a host of things other than AES. In this case, it's because the S-box can take advantage of the AES S-Box (SubBytes) instruction: https://github.com/jkivilin/camellia-simd-aesni; https://kernel.googlesource.com/pub/scm/linux/kernel/git/sha....

    Similar acceleration has been done with SM4, the Chinese analogue of AES. https://github.com/mjosaarinen/sm4ni

What are some alternatives?

When comparing camellia-simd-aesni and sm4ni you can also consider the following projects:

simd_utils - A header only library implementing common mathematical functions using SIMD intrinsics

sleef - SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT

simde - Implementations of SIMD instruction sets for systems which don't natively support them.

Unicorn Engine - Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)