Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bcgit/bc-csharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0c87b54
Choose a base ref
...
head repository: GitHubProUser67/bc-csharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 54566cf
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

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
Loading