Pyrit
Pyrit copied to clipboard
Accelerations for ARM/ARM64 Processors
There are Accelerations for x86 Processors with SSE2, which is a kind of SIMD instruction set. Both ARM and ARM64 have NEON, which is also a kind os SIMD instruction set. BTW, ARM64 has Crypto Extensions.
I wonder if there will be any particuar accelerations for ARM/ARM64 Processors.
Tip: https://github.com/torvalds/linux/tree/master/arch/arm/crypto https://github.com/torvalds/linux/tree/master/arch/arm64/crypto
Thanks! I have been thinking about this myself, as I managed to install Pyrit on my iPhone.