Skip to content

Commit

Permalink
Merge PR #6404: MAINT: The OCB design is in the public domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Apr 23, 2024
2 parents fd0a73a + 7316840 commit 1eecd5b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/crypto/CryptStateOCB2.cpp
Expand Up @@ -5,11 +5,9 @@

/*
* This code implements OCB-AES128.
* In the US, OCB is covered by patents. The inventor has given a license
* to all programs distributed under the GPL.
* Mumble is BSD (revised) licensed, meaning you can use the code in a
* closed-source program. If you do, you'll have to either replace
* OCB with something else or get yourself a license.
* The algorithm design was dedicated to the public domain.
* https://www.cs.ucdavis.edu/~rogaway/ocb/license.htm
* https://www.cs.ucdavis.edu/~rogaway/ocb/ocb-faq.htm
*/

#include <QtCore/QtGlobal>
Expand Down

0 comments on commit 1eecd5b

Please sign in to comment.