crypto

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EEInc = &encryptionEcies{}

Functions

func AESCBCDecrypt

func AESCBCDecrypt(cipherKey, ciphertext []byte, useBase64 ...bool) ([]byte, error)

AESCBCDecrypt hex decodes a piece of data and then decrypts it using CBC mode.

func AESCBCEncrypt

func AESCBCEncrypt(cipherKey, plaintext []byte, useBase64 ...bool) ([]byte, error)

AESCBCEncrypt uses CBC mode to encrypt a piece of data and then encodes it in hex.

func OneBool

func OneBool(b []bool) bool

OneBool try to return the first element, otherwise return zero value.

Types

type EEKeyPair

type EEKeyPair struct {
	PrivateKey string `json:"private_key,omitempty"`
	PublicKey  string `json:"public_key,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL