Skip to content

mohakshah/libb2s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libb2s

CI Status Version License Platform

libb2s is a stripped down version of libb2 that only contains the non-optimized reference implementation of BLAKE2s. This version was created as a simple means to use BLAKE2s in iOS. Although, it has also been tested to work well with macOS(clang) and desktop linux(gcc).

Installation

make

For a conventional installation, you can simply use the following commands:

make
make install

To change the installation prefix from the default /usr/local, use

make
make install --prefix=/something/else

To use the library, include blake2s.h in your source file and link with -lb2s.

CocoaPods

libb2s is also available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'libb2s', '~>1.0'

License

libb2s is available under the CC0 license. See the LICENSE file for more info.

About

A portable C library providing the BLAKE2s hashing function

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published