Changes:
- Removed dependency of
CryptoSwift
and replaced its use withCryptoKit
andCommonCrypto
- Removed
EntropyGeneratorError
andSeedDerivatorError
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