An open API service indexing awesome lists of open source software.

https://github.com/code-disaster/fips-xxhash

fipsified version of xxHash (https://github.com/Cyan4973/xxHash)
https://github.com/code-disaster/fips-xxhash

fips xxhash

Last synced: 7 months ago
JSON representation

fipsified version of xxHash (https://github.com/Cyan4973/xxHash)

Awesome Lists containing this project

README

          

fips-xxhash
===========

fipsified xxHash (https://github.com/Cyan4973/xxHash.git)

fips build system: https://github.com/floooh/fips

### Building

```
> cd fips
> ./fips clone fips-xxhash
> cd ../fips-xxhash
> ./fips build
> ./fips run xxhsum -- -h
```