Skip to content

Commit 4a0a4bd

Browse files
committed
Added #187 exposed SHA3Hasher and NACL classes
1 parent 62727de commit 4a0a4bd

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)