0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-09 10:43:19 -05:00

Adding license.

This commit is contained in:
sinetek 2014-11-08 15:38:11 -05:00
parent d064f7f3ee
commit a8a5e0133a

View file

@ -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)