libb2s 1.0.2

libb2s 1.0.2

TestsTested
LangLanguage CC
License Custom
ReleasedLast Release Jul 2017

Maintained by Mohak Shah.



libb2s 1.0.2

  • By
  • Mohak Shah

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.

License

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