Swiftpack.co - Swift Packages by anquii

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by anquii

anquii/BIP32 v1.1.2
An implementation of BIP-0032 in Swift
⭐️ 3
🕓 20 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.1.2
20 weeks ago
Authored by @zeugmaster. Updated the dependency of [secp256k1.swift](https://github.com/GigaBitcoin/secp256k1.swift) from [0.5.0](https://github.com/GigaBitcoin/secp256k1.swift/releases/tag/0.5.0) to [0.14.0](https://github.com/GigaBitcoin/secp256k1.swift/releases/tag/0.14.0). **Full Changelog**: https://github.com/anquii/BIP32/compare/v1.1.1...v1.1.2
v1.1.1
1 year ago
Updated the dependency graph and its source control requirements. **Full Changelog**: https://github.com/anquii/BIP32/compare/v1.1.0...v1.1.1
v1.1.0
1 year ago
Added `KeyVersion` and `Network` as public API. **Full Changelog**: https://github.com/anquii/BIP32/compare/v1.0.0...v1.1.0
v1.0.0
2 years ago
Initial release of `BIP32`.
iOS macOS
anquii/BIP39 v3.0.0
An implementation of BIP-0039 in Swift
⭐️ 3
🕓 16 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v3.0.0
16 weeks ago
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](https://github.com/anquii/BinaryExtensions) to the `BIP39Tests` target **Full Changelog**: https://github.com/anquii/BIP39/compare/v2.1.0...v3.0.0
v2.1.0
19 weeks ago
Minor maintenance updates. **Full Changelog**: https://github.com/anquii/BIP39/compare/v2.0.1...v2.1.0
v2.0.1
1 year ago
Updated the source control requirements of the dependency graph. **Full Changelog**: https://github.com/anquii/BIP39/compare/v2.0.0...v2.0.1
v2.0.0
1 year ago
Removed the default value of an empty passphrase in `SeedDerivator.seed(mnemonic:passphrase:)`, and added a separate function for that purpose. **Full Changelog**: https://github.com/anquii/BIP39/compare/v1.0.2...v2.0.0
v1.0.2
1 year ago
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**: https://github.com/anquii/BIP39/compare/v1.0.1...v1.0.2
v1.0.1
1 year ago
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](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) standard. **Full Changelog**: https://github.com/anquii/BIP39/compare/v1.0.0...v1.0.1
v1.0.0
2 years ago
Initial release of `BIP39`.
iOS macOS
anquii/BIP44 v1.0.2
An implementation of BIP-0044 in Swift
⭐️ 2
🕓 20 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.0.2
20 weeks ago
Updated the dependency of [BIP32](https://github.com/anquii/BIP32) from [v1.1.1](https://github.com/anquii/BIP32/releases/tag/v1.1.1) to [v1.1.2](https://github.com/anquii/BIP32/releases/tag/v1.1.2). **Full Changelog**: https://github.com/anquii/BIP44/compare/v1.0.1...v1.0.2
v1.0.1
1 year ago
Updated the dependency graph and its source control requirements. **Full Changelog**: https://github.com/anquii/BIP44/compare/v1.0.0...v1.0.1
v1.0.0
2 years ago
Initial release of `BIP44`.
iOS macOS
anquii/BLSCT v0.1.0
An implementation of BLSCT in Swift
⭐️ 1
🕓 25 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.1.0
25 weeks ago
Initial release of `BLSCT`.
iOS macOS
anquii/Base58 v1.0.1
An implementation of Base58 in Swift
⭐️ 0
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.0.1
1 year ago
Updated the source control requirements of the dependency graph. **Full Changelog**: https://github.com/anquii/Base58/compare/v1.0.0...v1.0.1
v1.0.0
2 years ago
Initial release of `Base58`.
iOS macOS
anquii/MCLSwiftWrapper v1.61.1
A Swift package defining a binary target of herumi/mcl for Swift Package Manager
⭐️ 0
🕓 9 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.61.1
9 weeks ago
Enabled `MCLSwiftWrapper` to be mergeable by setting `MERGEABLE_LIBRARY` to true. **Full Changelog**: https://github.com/anquii/MCLSwiftWrapper/compare/v1.61.0...v1.61.1
v1.61.0
1 year ago
Initial release of `MCLSwiftWrapper` mirroring [herumi/mcl](https://github.com/herumi/mcl)'s release of [v1.61](https://github.com/herumi/mcl/releases/tag/v1.61).
iOS macOS
anquii/RIPEMD160 v1.0.0
An implementation of RIPEMD-160 in Swift
⭐️ 0
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.0.0
2 years ago
Initial release of `RIPEMD160`.
iOS macOS
anquii/Base58Check v1.0.1
An implementation of Base58Check in Swift
⭐️ 0
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.0.1
1 year ago
Updated the dependency graph and its source control requirements. **Full Changelog**: https://github.com/anquii/Base58Check/compare/v1.0.0...v1.0.1
v1.0.0
2 years ago
Initial release of `Base58Check`.
iOS macOS
anquii/BIP39UserFlow v1.0.3
An implementation of a customizable anquii/BIP39 user flow in Swift
⭐️ 0
🕓 16 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.0.3
16 weeks ago
Updated the dependency of [BIP39](https://github.com/anquii/BIP39) from [2.1.0](https://github.com/anquii/BIP39/releases/tag/v2.1.0) to [3.0.0](https://github.com/anquii/BIP39/releases/tag/v3.0.0). **Full Changelog**: https://github.com/anquii/BIP39UserFlow/compare/v1.0.2...v1.0.3
v1.0.2
19 weeks ago
Updated the dependency of [BIP39](https://github.com/anquii/BIP39) from [2.0.1](https://github.com/anquii/BIP39/releases/tag/v2.0.1) to [2.1.0](https://github.com/anquii/BIP39/releases/tag/v2.1.0). **Full Changelog**: https://github.com/anquii/BIP39UserFlow/compare/v1.0.1...v1.0.2
v1.0.1
1 year ago
Updated the dependency graph and its source control requirements. **Full Changelog**: https://github.com/anquii/BIP39UserFlow/compare/v1.0.0...v1.0.1
v1.0.0
1 year ago
Initial release of `BIP39UserFlow`.
iOS
anquii/CryptoSwiftWrapper v1.4.3
A Swift package defining a binary target of CryptoSwift for Swift Package Manager
⭐️ 0
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.4.3
2 years ago
Initial release of `CryptoSwiftWrapper` mirroring [CryptoSwift](https://github.com/krzyzanowskim/CryptoSwift)'s release of [1.4.3](https://github.com/krzyzanowskim/CryptoSwift/releases/tag/1.4.3).
iOS macOS watchOS tvOS
anquii/BLSSwiftWrapper v1.24.1
A Swift package defining a binary target of herumi/bls for Swift Package Manager
⭐️ 0
🕓 9 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.24.1
9 weeks ago
Enabled `BLSSwiftWrapper` to be mergeable by setting `MERGEABLE_LIBRARY` to true. **Full Changelog**: https://github.com/anquii/BLSSwiftWrapper/compare/v1.24.0...v1.24.1
v1.24.0
1 year ago
Initial release of `BLSSwiftWrapper` mirroring [herumi/bls](https://github.com/herumi/bls)'s release of [v1.24](https://github.com/herumi/bls/releases/tag/v1.24).
iOS macOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics