Koray Koska

10pods

BigInt

Arbitrary-precision arithmetic in pure Swift

License: MIT

  • Swift

BlockiesSwift

Blockies is a library which generates unique images for a given seed string. This can be used to create images to represent Bitcoin, Ethereum and other Cryptocurrency wallets. This is an exact implementation as the one the Mist Wallet uses.

License: MIT

  • Swift

ExponentialBackOff

This framework implements the ExponentialBackOff algorithm which you can use for Networking or other tasks which should be retried after some time without worrying about how long you have to wait for the next attempt. Google mentioned this algorithm to be used to request a GCM token. In Java they implemented this in their java api repository but for iOS and OSX developers this is the right framework. I tried to put more features into this pod than simple a lame algorithm without much more. For example you just have to pass your code as a closure or by implementing a Protocol and passing the class to one of the methods. You don't have to worry about waiting the right amount of time or recalling your code, the Handler makes this automatically. You also have the option to implement your own algorithm without worrying about how to handle the automatic reattempts.

License: MIT

  • Swift

Keystore

License: MIT

librocksdb

License: MIT

SipHash

Simple and secure hashing in Swift with the SipHash algorithm

License: MIT

  • Swift

Web3

License: MIT