Block
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.crypto.cipher
- Platforms: .NET, .NET Standard 2.0, Island
Required Methods
BlockSize
method BlockSize: int
int BlockSize()
func BlockSize() -> int
func BlockSize() int
Function BlockSize() As int
Decrypt
method Decrypt(dst: Slice<Byte>; src: Slice<Byte>)
void Decrypt(Slice<Byte> dst, Slice<Byte> src)
func Decrypt(_ dst: Slice<Byte>, _ src: Slice<Byte>)
// .NET, .NET Standard 2.0
func Decrypt(dst Slice<Byte>, src Slice<Byte>)
// Island
func Decrypt(dst Slice<Byte>, src Slice<Byte>) void
Sub Decrypt(dst As Slice<Byte>, src As Slice<Byte>)
Parameters:
- dst:
- src:
Encrypt
method Encrypt(dst: Slice<Byte>; src: Slice<Byte>)
void Encrypt(Slice<Byte> dst, Slice<Byte> src)
func Encrypt(_ dst: Slice<Byte>, _ src: Slice<Byte>)
// .NET, .NET Standard 2.0
func Encrypt(dst Slice<Byte>, src Slice<Byte>)
// Island
func Encrypt(dst Slice<Byte>, src Slice<Byte>) void
Sub Encrypt(dst As Slice<Byte>, src As Slice<Byte>)
Parameters:
- dst:
- src: