Remove Komodo interest code and various other improvements
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// Copyright (c) 2016-2020 The Hush developers
|
||||
// Distributed under the GPLv3 software license, see the accompanying
|
||||
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||
|
||||
/* Based on the public domain implementation in
|
||||
* crypto_hash/keccakc512/simple/ from http://bench.cr.yp.to/supercop.html
|
||||
* by Ronny Van Keer
|
||||
@@ -11,8 +15,6 @@
|
||||
#define DBENCH_STOP(arg)
|
||||
|
||||
#include "dilithium.h"
|
||||
|
||||
|
||||
#define NROUNDS 24
|
||||
#define ROL(a, offset) ((a << offset) ^ (a >> (64-offset)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user