mmozeiko / pkg2zip

Decrypts PlayStation Vita pkg file and packages to zip archive
The Unlicense
406 stars 89 forks source link

Added CMake build system and AARCH64 cryptographic hardware acceleration support. #34

Open JeffreyO opened 1 year ago

JeffreyO commented 1 year ago

… Added aarch64 support for AES and CRC32 Hardware Acceleration. Aarch64 hardware acceleration is achieved by using translation headers from JishinMaster/simd_utils for sse support.