tagion.crypto.Types

Declared types used in the crypto package

Members

Aliases

Fingerprint
alias Fingerprint = Typedef!(Buffer, null, BufferType.FINGERPRINT.stringof)

Used as hash-pointer of a Document and is used as index in the DART This document can contain a '#' value and there for it should not be used as a signed message.

Privkey
alias Privkey = Typedef!(Buffer, null, BufferType.PRIVKEY.stringof)

Defines the private key

Pubkey
alias Pubkey = Typedef!(Buffer, null, BufferType.PUBKEY.stringof)

Defines the public-key

Signature
alias Signature = Typedef!(Buffer, null, BufferType.SIGNATURE.stringof)

Defines the digital signature