go.crypto

Go to Haxe source-to-source compiler

..
Crypto

Package crypto collects common cryptographic constants.

Decrypter

Decrypter is an interface for an opaque private key that can be used for asymmetric decryption operations. An example would be an RSA key kept in a hardware module.

DecrypterOpts

See also:

DecrypterOptsPointer

DecrypterOptsPointerPointer

DecrypterOptsPointer_asInterface

DecrypterOpts_asInterface

Hash

Hash identifies a cryptographic hash function that is implemented in another package.

HashPointer

HashPointerPointer

HashPointer_asInterface

Hash_asInterface

PrivateKey

PrivateKey represents a private key using an unspecified algorithm.

PrivateKeyPointer

PrivateKeyPointerPointer

PrivateKeyPointer_asInterface

PrivateKey_asInterface

PublicKey

PublicKey represents a public key using an unspecified algorithm.

PublicKeyPointer

PublicKeyPointerPointer

PublicKeyPointer_asInterface

PublicKey_asInterface

Signer

Signer is an interface for an opaque private key that can be used for signing operations. For example, an RSA key kept in a hardware module.

SignerOpts

SignerOpts contains options for signing with a Signer.