Global

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.crypto.rc4
  • Platforms: .NET, .NET Standard 2.0, Island

Methods


NewCipher

 

// .NET, .NET Standard 2.0
class method NewCipher(key: Slice<Byte>): tuple of (Memory<Cipher>, error)
// Island
class method NewCipher(key: Slice<Byte>): tuple of (Memory<Cipher>, error)

 

// .NET, .NET Standard 2.0
static (Memory<Cipher>, error) NewCipher(Slice<Byte> key)
// Island
static (Memory<Cipher>, error) NewCipher(Slice<Byte> key)

 

// .NET, .NET Standard 2.0
static func NewCipher(_ key: Slice<Byte>) -> (Memory<Cipher>, error)
// Island
static func NewCipher(_ key: Slice<Byte>) -> (Memory<Cipher>, error)

 

// .NET, .NET Standard 2.0
func NewCipher(key Slice<Byte>) tuple of (Memory<Cipher>, error)
// Island
func NewCipher(key Slice<Byte>) tuple of (Memory<Cipher>, error)

 

// .NET, .NET Standard 2.0
Shared Function NewCipher(key As Slice<Byte>) As Tuple (Of Memory<Cipher>, error)
// Island
Shared Function NewCipher(key As Slice<Byte>) As Tuple (Of Memory<Cipher>, error)

Parameters:

  • key: