Cipher
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.crypto.internal.chacha20
- Platforms: .NET, .NET Standard 2.0, Island
Instance Methods
constructor
constructor
Cipher()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(akey: array of UInt32; acounter: UInt32; anonce: array of UInt32; abuf: array of Byte; alen: Int64)
// Island
constructor(akey: array of uint32; acounter: uint32; anonce: array of uint32; abuf: array of byte; alen: int)
// .NET, .NET Standard 2.0
Cipher(UInt32[] akey, UInt32 acounter, UInt32[] anonce, Byte[] abuf, Int64 alen)
// Island
Cipher(uint32[] akey, uint32 acounter, uint32[] anonce, byte[] abuf, int alen)
Parameters:
- akey:
- acounter:
- anonce:
- abuf:
- alen:
constructor (Cipher)
Parameters:
- value:
Parameters:
- dst:
- src: