motoharu-gosuto / psvpfstools

Tools for decrypting PS Vita PFS filesystem
127 stars 22 forks source link

Decouple crypto functions #24

Closed motoharu-gosuto closed 6 years ago

motoharu-gosuto commented 6 years ago

Decouple all crypto functions through interface. This will allow to use interchangeable crypto core. It can be better to use https://github.com/libtom/libtomcrypt instead of all chunks of code from different places that do decryption in libcrypto. Especially because libtomcrypt is public domain.

motoharu-gosuto commented 6 years ago

done in 'crypto-interface' branch.