ec115

package
v1.0.30-beta Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EcdhCipher

type EcdhCipher struct {
	// contains filtered or unexported fields
}

EcdhCipher ECDH加密解密信息

func NewEcdhCipher

func NewEcdhCipher() (*EcdhCipher, error)

NewEcdhCipher 新建EcdhCipher

func (*EcdhCipher) Decrypt

func (c *EcdhCipher) Decrypt(cipherText []byte) (text []byte, e error)

Decrypt 解密

func (*EcdhCipher) EncodeToken

func (c *EcdhCipher) EncodeToken(timestamp int64) (string, error)

EncodeToken 加密token

func (*EcdhCipher) Encrypt

func (c *EcdhCipher) Encrypt(plainText []byte) ([]byte, error)

Encrypt 加密

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳