From b1fb2ce62507ba64635a4471db04bbef15ddd62f Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Sun, 18 Aug 2019 15:56:44 +0000 Subject: [PATCH] Fix explanation of H derivation. It doesn't use DER encoding. --- src/modules/rangeproof/main_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/rangeproof/main_impl.h b/src/modules/rangeproof/main_impl.h index 12cfc80f..54e98009 100644 --- a/src/modules/rangeproof/main_impl.h +++ b/src/modules/rangeproof/main_impl.h @@ -14,7 +14,7 @@ #include "modules/rangeproof/rangeproof_impl.h" /** Alternative generator for secp256k1. - * This is the sha256 of 'g' after DER encoding (without compression), + * This is the sha256 of 'g' after standard encoding (without compression), * which happens to be a point on the curve. More precisely, the generator is * derived by running the following script with the sage mathematics software.