From 7df2e01e0126a8db753fac30b5e7a789971e8530 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 22 Mar 2026 02:10:16 -0400 Subject: [PATCH] Add new classes to the README --- SabreTools.Security.Cryptography/README.MD | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/SabreTools.Security.Cryptography/README.MD b/SabreTools.Security.Cryptography/README.MD index fa10f8a..2741da0 100644 --- a/SabreTools.Security.Cryptography/README.MD +++ b/SabreTools.Security.Cryptography/README.MD @@ -10,3 +10,12 @@ Relies on functionality found in `SabreTools.IO.Extensions`. | --- | --- | --- | --- | | AES/CTR | Yes | Yes | Subset of functionality exposed from [The Bouncy Castle Cryptography Library For .NET](https://github.com/bcgit/bc-csharp) | | MoPaQ | No | Yes | Used to encrypt and decrypt MoPaQ tables for processing | + +## Additional Classes + +| Class | Description | +| --- | --- | +| `N3DSEncryptionSettings` | Common encryption settings for 3DS, including validators for known keys | +| `N3DSPartitionKeys` | Per-partition keys that are generated based on provided values | + +**Note:** No encryption keys are provided as a part of this package.