From 39f8f8d3bf5ed83ef553b50ad957e48734c0cbff Mon Sep 17 00:00:00 2001 From: Fabian Date: Sun, 31 Jul 2022 20:44:48 +0200 Subject: [PATCH] Updated Ed25519 public key. --- src/Patches/Common.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Patches/Common.cs b/src/Patches/Common.cs index fe34ad8..d11261b 100644 --- a/src/Patches/Common.cs +++ b/src/Patches/Common.cs @@ -40,8 +40,8 @@ static class Common 0xDA, 0x2B, 0x4B, 0x22, 0x40, 0xAB, 0x4F, 0xD3, 0xDD, 0x91, 0x5C, 0x54, 0x4C, 0x4B, 0xB8, 0xAB, 0x68, 0x84, 0x47, 0xCA, 0xE6, 0x8D, 0xFF, 0x12, 0xEC, 0x03, 0x5C, 0xAF, 0xC7, 0xC6, 0x90, 0xB7 }; - public static byte[] CryptoEdPublicKey = { 0x5B, 0x13, 0x01, 0x5D, 0x2C, 0x29, 0x7E, 0xAA, 0x1E, 0x80, 0x63, 0x31, 0x70, 0xD1, 0x23, 0x48, - 0x60, 0x47, 0xA1, 0xBE, 0xEF, 0xC6, 0x37, 0xB2, 0xDC, 0x98, 0x0B, 0x17, 0x40, 0x52, 0xA6, 0x6D }; + public static byte[] CryptoEdPublicKey = { 0x02, 0x59, 0x6F, 0x0D, 0x0C, 0x06, 0x1A, 0x8B, 0x30, 0x74, 0x59, 0x88, 0xFD, 0x72, 0xC5, 0x9E, + 0x29, 0xEC, 0x36, 0x7F, 0xB0, 0xF3, 0x41, 0xF2, 0x8E, 0x0F, 0x08, 0xD0, 0x37, 0xBA, 0xFC, 0x69 }; public static byte[] GetVersionUrl(int build) => Encoding.UTF8.GetBytes($"ngdp.arctium.io/%s/%s/{build}/versions"); public static byte[] Portal = new byte[Patterns.Common.Portal.Length];