Skip to content

Commit

Permalink
changed all occurences of KECCAK and SHA3 to standard ED25519 SHA512 …
Browse files Browse the repository at this point in the history
…derivations (SLIP10 compatible)
  • Loading branch information
Greg S committed Feb 20, 2020
1 parent 1415706 commit ebae911
Show file tree
Hide file tree
Showing 16 changed files with 556 additions and 836 deletions.
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export { KeyEncoding } from './src/KeyEncoding';
export { Network } from './src/Network';
export { Cryptography } from './src/Cryptography';
export { HasherInterface } from './src/HasherInterface';
export { CatapultECC } from './src/CatapultECC';
export { NodeInterface } from './src/NodeInterface';
export { DeterministicKey } from './src/Compat/DeterministicKey';
export { NodeEd25519 } from './src/Curves/NodeEd25519';
Expand Down
Loading

0 comments on commit ebae911

Please sign in to comment.