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

 

class method NewCipher(key: Slice<Byte>): tuple of (Memory<Cipher>, error)

 

static (Memory<Cipher>, error) NewCipher(Slice<Byte> key)

 

static func NewCipher(_ key: Slice<Byte>) -> tuple of (Memory<Cipher>, error)

 

func NewCipher(key Slice<Byte>) tuple of (Memory<Cipher>, error)

 

Shared Function NewCipher(key As Slice<Byte>) As Tuple (Of Memory<Cipher>, error)

Parameters:

  • key: