Implemented interface member:
method
Transform
System.Security.Cryptography.ILiteSymmetricCipher.Transform(System.ReadOnlySpan<System.Byte>, System.Span<System.Byte>)
1 reference to Transform
System.Security.Cryptography (1)
System\Security\Cryptography\OpenSslCipher.cs (1)
39return _cipherLite.Transform(input, output);