Skip to content

Commit

Permalink
Merge pull request #17 from nemfoundation/server-0931
Browse files Browse the repository at this point in the history
server 0.9.3.1 key derivation changes (sha512) + sdk upgrade 0.17
  • Loading branch information
Grégory Saive authored Feb 20, 2020
2 parents 1415706 + 91da32c commit a21eb4d
Show file tree
Hide file tree
Showing 17 changed files with 584 additions and 840 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

# v0.8.0

- upgrade upstream [email protected]
- dropped KECCAK/SHA3 key derivation for SHA512
- added compatibility with SLIP-10 key derivation
- dropped SHA3/KECCAK derivation dependent on Network sign schema
- dropped usage of SignSchema
- dropped class CatapultECC in favor of `tweetnacl`

# v0.7.0

- upgraded upstream [email protected]
Expand Down
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 a21eb4d

Please sign in to comment.