Skip to content

Releases: anquii/BIP39

v3.0.0

30 Dec 20:04
Compare
Choose a tag to compare

Changes:

  • Removed dependency of CryptoSwift and replaced its use with CryptoKit and CommonCrypto
  • Removed EntropyGeneratorError and SeedDerivatorError given that no throwing should occur within a working implementation
  • Added dependency of BinaryExtensions to the BIP39Tests target

Full Changelog: v2.1.0...v3.0.0

v2.1.0

14 Dec 12:14
Compare
Choose a tag to compare

Minor maintenance updates.

Full Changelog: v2.0.1...v2.1.0

v2.0.1

12 Mar 19:38
Compare
Choose a tag to compare

Updated the source control requirements of the dependency graph.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

29 Jan 19:23
Compare
Choose a tag to compare

Removed the default value of an empty passphrase in SeedDerivator.seed(mnemonic:passphrase:), and added a separate function for that purpose.

Full Changelog: v1.0.2...v2.0.0

v1.0.2

18 Jan 11:33
Compare
Choose a tag to compare

Updated SeedDerivator to encode the given mnemonic and passphrase as UTF-8 NFKD before using them as input in the PBKDF2 function when derivating the binary seed.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

20 Dec 17:15
Compare
Choose a tag to compare

Fixed an issue with true and false being uppercased as part of the EnglishWordListProvider.wordList. This is a severe bug fix given that a constructed mnemonic from this word list that includes either of these words uppercased would have its derived seed be different than expected by the BIP-0039 standard.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

09 Apr 13:33
Compare
Choose a tag to compare

Initial release of BIP39.