From df8800f155a588c698c1261069868876f0b2d1e6 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 10 May 2017 21:57:51 +0100 Subject: [PATCH] progs/*.1: Mention the default hash for `ed25519', --- progs/catcrypt.1 | 4 ++++ progs/catsign.1 | 4 ++++ progs/dsig.1 | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/progs/catcrypt.1 b/progs/catcrypt.1 index 698b2db9..143b2c52 100644 --- a/progs/catcrypt.1 +++ b/progs/catcrypt.1 @@ -484,6 +484,10 @@ and .BR eckcdsa , the default hash function is .BR has160 . +For +.BR ed25519 , +the default hash function is +.BR sha512 . .PP Run .B catcrypt show hash diff --git a/progs/catsign.1 b/progs/catsign.1 index d4add88e..3aed8ed5 100644 --- a/progs/catsign.1 +++ b/progs/catsign.1 @@ -301,6 +301,10 @@ and .BR eckcdsa , the default hash function is .BR has160 . +For +.BR ed25519 , +the default hash function is +.BR sha512 . .PP Run .B catsign show hash diff --git a/progs/dsig.1 b/progs/dsig.1 index 07e67c48..72753f5f 100644 --- a/progs/dsig.1 +++ b/progs/dsig.1 @@ -233,6 +233,10 @@ and .BR eckcdsa , the default hash function is .BR has160 . +For +.BR ed25519 , +the default hash function is +.BR sha512 . .PP Run .B dsig show hash -- 2.11.0