Skip to content

Commit

Permalink
Merge pull request #188 from rg911/task/g187_expose_sha3Hasher
Browse files Browse the repository at this point in the history
Issue #187 exposed SHA3Hasher and NACL classes
  • Loading branch information
Grégory Saive committed Jun 28, 2019
2 parents 62727de + 4a0a4bd commit daf85d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/crypto/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
import { SHA3Hasher } from './SHA3Hasher';
* Copyright 2019 NEM
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -16,3 +17,5 @@

export * from './Crypto';
export * from './KeyPair';
export * from './SHA3Hasher';
export * from './nacl_catapult';

0 comments on commit daf85d1

Please sign in to comment.