Browse Source

Merge pull request #5246

a8a5e01 Adding license. (sinetek)
0.10
Wladimir J. van der Laan 10 years ago
parent
commit
af3ec17f67
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 4
      src/hash.cpp

4
src/hash.cpp

@ -1,3 +1,7 @@ @@ -1,3 +1,7 @@
// Copyright (c) 2013-2014 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "hash.h"
inline uint32_t ROTL32(uint32_t x, int8_t r)

Loading…
Cancel
Save