camellia-simd-aesni VS Unicorn Engine

Compare camellia-simd-aesni vs Unicorn Engine 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)

Unicorn Engine

Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86) (by unicorn-engine)
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 Unicorn Engine
1 15
13 7,181
- 1.5%
1.2 1.0
about 1 year ago 9 days ago
C C
MIT License GNU General Public License v3.0 only
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

Unicorn Engine

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

What are some alternatives?

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

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

QEMU - Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.

sm4ni - Demonstration that AES-NI instructions can be used to implement the Chinese Encryption Standard SM4

MicroPython - MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems

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

capstone - Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings. [Moved to: https://github.com/capstone-engine/capstone]

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

Reverse-Engineering-Tutorial - A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures.

TinyVM - TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.

box86 - Box86 - Linux Userspace x86 Emulator with a twist, targeted at ARM Linux devices

qemu-t8030 - iPhone 11 emulated on QEMU

CarpVM - "interesting" VM in C. Let's see how this goes.