Implemented interface member:
method
Transform
System.Security.Cryptography.ILiteSymmetricCipher.Transform(System.ReadOnlySpan<System.Byte>, System.Span<System.Byte>)
2 references to Transform
System.Security.Cryptography (2)
System\Security\Cryptography\BasicSymmetricCipherBCrypt.cs (1)
39_cipherLite.Transform(input, output);
System\Security\Cryptography\BasicSymmetricCipherLiteBCrypt.cs (1)
107numBytesWritten = Transform(input, output);