Global

Location

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

Constants


BlockSize

 

const BlockSize: Int64 = 64;

 

const Int64 BlockSize = 64

 

static let BlockSize: Int64 = 64

 

const BlockSize Int64 = 64

 

Dim BlockSize As Int64 = 64

Size

 

const Size: Int64 = 16;

 

const Int64 Size = 16

 

static let Size: Int64 = 16

 

const Size Int64 = 16

 

Dim Size As Int64 = 16

Methods


New

 

class method New: Hash

 

static Hash New()

 

static func New() -> Hash

 

func New() Hash

 

Shared Function New() As Hash

Sum

 

class method Sum(data: Slice<Byte>): array of byte

 

static byte[] Sum(Slice<Byte> data)

 

static func Sum(_ data: Slice<Byte>) -> byte...

 

func Sum(data Slice<Byte>) array of byte

 

Shared Function Sum(data As Slice<Byte>) As byte()

Parameters:

  • data: