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

Conversation

GitHubProUser67
Copy link

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).

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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant