mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
27 lines
1.4 KiB
Text
27 lines
1.4 KiB
Text
This software is modular (i.e., the `fiobj` and `evio` modules) and each module should be considered independantly licensed under the MIT license.
|
|
|
|
This software implements cryptographic algorithms such as SHA1, SHA2 and SipHash.
|
|
|
|
It should be noted that different countries might restrict the use / importation (download) of cryptographic devices / software. You should make sure to comply with the laws of the appilicable country/countries.
|
|
|
|
These algorithms might be subject to their own copyrights, patents and licenses, though I couldn't find any that apply I really don't know - you should test this on your own.
|
|
|
|
---
|
|
SipHash - from https://131002.net/siphash/
|
|
|
|
> We aren't aware of any patents or patent applications relevant to SipHash. SipHash was designed by:
|
|
> * Jean-Philippe Aumasson (Kudelski Security, Switzerland)
|
|
> * Daniel J. Bernstein (University of Illinois at Chicago, USA)
|
|
|
|
---
|
|
SHA1 and SHA2
|
|
|
|
SHA1 and SHA2 seem to be in the public domain, developed by/for NASA.
|
|
|
|
---
|
|
|
|
The single string, binary, glob matching helper function `fio_glob_match` was **rewritten** (I don't know if the original copyright remains) and adapted from:
|
|
https://github.com/opnfv/kvmfornfv/blob/465249b61b72d33fe1fad8d43da332faef22bec0/kernel/lib/glob.c#L12-L122
|
|
|
|
Licensed under the MIT license, the original code's copyright is as follows:
|
|
Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
|