public class OcbBlockCipher : IAeadBlockCipher,
IAeadCipher
Public Class OcbBlockCipher
Implements IAeadBlockCipher, IAeadCipher
public ref class OcbBlockCipher : IAeadBlockCipher,
IAeadCipher
Org.BouncyCastle.Crypto.Modes.OcbBlockCipher = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Modes.OcbBlockCipher',
null,
Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher,
Org.BouncyCastle.Crypto.Modes.IAeadCipher);
https://mailarchive.ietf.org/arch/msg/cfrg/qLTveWOdTJcLn4HP3ev-vrj05Vg/
Text reproduced below:Phillip Rogaway<rogaway@cs.ucdavis.edu> Sat, 27 February 2021 02:46 UTC I can confirm that I have abandoned all OCB patents and placed into the public domain all OCB-related IP of mine. While I have been telling people this for quite some time, I don't think I ever made a proper announcement to the CFRG or on the OCB webpage. Consider that done.
OcbBlockCipher | Initializes a new instance of the OcbBlockCipher class |