crocs-muni / CryptoStreams

Tool for generation of data from cryptoprimitives (block and stream ciphers, hash functions). Cryptoprimitives are round-reduced and the data can be configured for multiple testing scenarios.
MIT License
13 stars 9 forks source link

Analyze licences of included functions to stay with MIT/BSD-like #45

Closed petrs closed 6 years ago

Bender250 commented 6 years ago

I found these licenses:

Generally: CAESAR has plenty of licences, mostly GPL - it was probably up to authors. eSTREAM has none and SHA-3 has occasionally some MIT/BSD.

Bender250 commented 6 years ago

https://github.com/crocs-muni/CryptoStreams/tree/license

I will try to remove the GPL. Only problem in this branch is just NaSHA and Skein SHA-3 candidates. NaSHA is forgotten code (dead website...), I would remove it, but Skein is finalist.

GPL is only in 5 files now.

Bender250 commented 6 years ago

GPL completely removed

Bender250 commented 6 years ago

Community profile checklist: code of conduct, contributing and license added

MIT license

Bender250 commented 6 years ago

https://github.com/crocs-muni/CryptoStreams/pull/69