Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.crypto.aes
- Platforms: .NET, .NET Standard 2.0, Island
Constants
BlockSize
const BlockSize: Int64 = 16
const Int64 BlockSize = 16
static let BlockSize: Int64 = 16
const BlockSize Int64 = 16
Const BlockSize As Int64 = 16
Methods
NewCipher
class method NewCipher(key: Slice<Byte>): tuple of (Block, error)
static (Block, error) NewCipher(Slice<Byte> key)
static func NewCipher(_ key: Slice<Byte>) -> tuple of (Block, error)
func NewCipher(key Slice<Byte>) tuple of (Block, error)
Shared Function NewCipher(key As Slice<Byte>) As Tuple (Of Block, error)
Parameters:
- key: