From 04d17a58d2402953dbbb836490dacb8d56fe9e4b Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:24:27 -0500 Subject: [PATCH] Added missing note about retail vs development root keys --- src/libWiiPy/title/cert.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libWiiPy/title/cert.py b/src/libWiiPy/title/cert.py index e0cdb24..e38cb1f 100644 --- a/src/libWiiPy/title/cert.py +++ b/src/libWiiPy/title/cert.py @@ -212,7 +212,8 @@ class CertificateChain: def verify_ca_cert(ca_cert: Certificate) -> bool: """ - Verify a Wii CA certificate using the root public key. + Verify a Wii CA certificate using the root public key. The retail or development root key will be automatically + selected based off of the name of the CA certificate provided. Parameters ----------