From 32d7e2e2de9049949905c5425ed26b67d191983c Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 9 Nov 2025 21:05:09 -0500 Subject: [PATCH] feat: add protocol signature representation in hex, base64, and C++ array format --- tools/protocol_signature.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/protocol_signature.txt diff --git a/tools/protocol_signature.txt b/tools/protocol_signature.txt new file mode 100644 index 0000000..36f7bf3 --- /dev/null +++ b/tools/protocol_signature.txt @@ -0,0 +1,3 @@ +Hex: 556db088fb383aed877efaa93fd2337b +Base64: VW2wiPs4Ou2HfvqpP9Izew== +C++ array: {0x55, 0x6d, 0xb0, 0x88, 0xfb, 0x38, 0x3a, 0xed, 0x87, 0x7e, 0xfa, 0xa9, 0x3f, 0xd2, 0x33, 0x7b}