devzhr / Swift-CryptoSHA

Behind the abbreviation SHA256, SHA512, SHA224 and SHA384 hides a function that forms the heart of cryptocurrencies such as Bitcoin, Bitcoin Cash or Bytecoin. This so-called hash function belongs to the SHA 2 function group. SHA is the abbreviation for "Secure Hash Algorithm" (in English: Secure Hash Algorithm).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift-CryptoSHA

============

Swift Crypto SHA256, SHA512, SHA224 and SHA384

Getting Started

An example ViewController is included demonstrating CryptoSHA's functionality.

Swift 5 compatible CocoaPods compatible Platform iOS License: MIT

         

How do I get involved?

You want to help, great! Go ahead and fork our repo, make your changes and send us a pull request.

Installation

CocoaPods

Add the following line to your Podfile:

pod 'CryptoSHA'

Then run the following in the same directory as your Podfile:

pod install

Manual

Clone the repo and drag files from Sources folder into your Xcode project.

🍺 Donate

If you want to buy me a beer, you can donate to my coin addresses below:

ERC20

0x459ace4f4EFD35126EF222d1b43C4c836f50cB50

About

Behind the abbreviation SHA256, SHA512, SHA224 and SHA384 hides a function that forms the heart of cryptocurrencies such as Bitcoin, Bitcoin Cash or Bytecoin. This so-called hash function belongs to the SHA 2 function group. SHA is the abbreviation for "Secure Hash Algorithm" (in English: Secure Hash Algorithm).

License:MIT License


Languages

Language:Swift 83.6%Language:Ruby 16.4%