From 34094fe3a2b130b788c667da9064a604935a19f7 Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Tue, 12 Jan 2016 18:39:44 +0100 Subject: [PATCH] explorer: new multi algos definition --- web/yaamp/modules/explorer/util.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/yaamp/modules/explorer/util.php b/web/yaamp/modules/explorer/util.php index 363459a..086fa1d 100644 --- a/web/yaamp/modules/explorer/util.php +++ b/web/yaamp/modules/explorer/util.php @@ -162,8 +162,11 @@ function versionToAlgo($coin, $version) 7 =>'nist5', 8 =>'groestl', 9=>'penta', 10=>'whirl', 11=>'luffa', 12=>'keccak', 13=>'quark', 15=>'bastion' ); + $algos['RICHX'] = array( + 0=>'sha256', 1=>'scrypt', 2=>'groestl', 3=>'skein', 4=>'qubit' + ); $algos['SFR'] = array( - 0=>'sha256', 1=>'scrypt', 2=>'groestl', 3=>'x11', 4=>'blake' + 0=>'sha256', 1=>'scrypt', 2=>'groestl', 3=>'x11', 4=>'blake' ); $algos['UIS'] = array( 0=>'blake256', 1=>'skein', 2=>'qubit', 3=>'yescrypt', 4=>'x11'