Merge pull request #80 from jonasnick/f-H

Fix explanation of H derivation. It doesn't use DER encoding.
This commit is contained in:
Tim Ruffing 2019-08-19 15:50:08 +02:00 committed by GitHub
commit 13aa54e3af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
#include "modules/rangeproof/rangeproof_impl.h" #include "modules/rangeproof/rangeproof_impl.h"
/** Alternative generator for secp256k1. /** 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 * 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. * derived by running the following script with the sage mathematics software.