Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the LIBSECURE Xtea cryptography library. #531

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 30, 2024

  1. Implement the LIBSECURE Xtea cryptography library.

    Implement the LIBSECURE XTEA cryptography library used on PlayStation devices.
    
    This uses custom XTEA designed to be faster than the classic version.
    
    The Number of rounds by default is 16, but in theory this can be adjusted up to 64.
    
    NOTA: the number of rounds must be an even number! (actual library issue).
    GitHubProUser67 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    54566cf View commit details
    Browse the repository at this point in the history