Skip to content

Commit

Permalink
Backport "Merge PR #6404: MAINT: The OCB design is in the public dom…
Browse files Browse the repository at this point in the history
…ain " to 1.5.x (#6405)
  • Loading branch information
Hartmnt authored Apr 24, 2024
2 parents e2b376b + 05d0d47 commit 7359370
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/crypto/CryptStateOCB2.cpp
Original file line number Diff line number Diff line change
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 7359370

Please sign in to comment.