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)
- Host: GitHub
- URL: https://github.com/code-disaster/fips-xxhash
- Owner: code-disaster
- Created: 2017-05-01T13:08:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T10:59:06.000Z (over 5 years ago)
- Last Synced: 2025-01-20T21:13:53.030Z (9 months ago)
- Topics: fips, xxhash
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```