CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | CC |
| License | Custom |
| ReleasedLast Release | Jul 2017 |
Maintained 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).
For a conventional installation, you can simply use the following commands:
make
make installTo change the installation prefix from the default /usr/local, use
make
make install --prefix=/something/elseTo use the library, include blake2s.h in your source file and link with -lb2s.
libb2s is available under the CC0 license. See the LICENSE file for more info.