bc-csharp icon indicating copy to clipboard operation
bc-csharp copied to clipboard

Implement the LIBSECURE Xtea cryptography library.

Open GitHubProUser67 opened this issue 1 year ago • 0 comments

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 avatar Mar 30 '24 13:03 GitHubProUser67