Skip to content

Commit daf85d1

Browse files
author
Grégory Saive
authored
Merge pull request #188 from rg911/task/g187_expose_sha3Hasher
Issue #187 exposed SHA3Hasher and NACL classes
2 parents 62727de + 4a0a4bd commit daf85d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/core/crypto/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
import { SHA3Hasher } from './SHA3Hasher';
23
* Copyright 2019 NEM
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -16,3 +17,5 @@
1617

1718
export * from './Crypto';
1819
export * from './KeyPair';
20+
export * from './SHA3Hasher';
21+
export * from './nacl_catapult';

0 commit comments

Comments
 (0)