Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
strip whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 committed May 20, 2018
1 parent b7e2d39 commit 5d2fb0b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 235 deletions.
1 change: 0 additions & 1 deletion ethstore/tests/cli.rs
Expand Up @@ -14,4 +14,3 @@
// You should have received a copy of the GNU General Public License
// along with Parity. If not, see <http://www.gnu.org/licenses/>.


233 changes: 0 additions & 233 deletions parity/out

This file was deleted.

1 change: 0 additions & 1 deletion util/hash/src/lib.rs
Expand Up @@ -32,7 +32,6 @@ pub const KECCAK_NULL_RLP: H256 = H256( [0x56, 0xe8, 0x1f, 0x17, 0x1b, 0xcc, 0x5
/// The KECCAK of the RLP encoding of empty list.
pub const KECCAK_EMPTY_LIST_RLP: H256 = H256( [0x1d, 0xcc, 0x4d, 0xe8, 0xde, 0xc7, 0x5d, 0x7a, 0xab, 0x85, 0xb5, 0x67, 0xb6, 0xcc, 0xd4, 0x1a, 0xd3, 0x12, 0x45, 0x1b, 0x94, 0x8a, 0x74, 0x13, 0xf0, 0xa1, 0x42, 0xfd, 0x40, 0xd4, 0x93, 0x47] );


pub fn keccak<T: AsRef<[u8]>>(s: T) -> H256 {
let mut result = [0u8; 32];
write_keccak(s, &mut result);
Expand Down

0 comments on commit 5d2fb0b

Please sign in to comment.