utils

package
v0.0.0-...-13a7fd0 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ByteSlicesArrayToByteSlices

func ByteSlicesArrayToByteSlices(byteSlicesArray [][]byte) []byte

func ChkErr

func ChkErr(err error)

func CreateChecksum

func CreateChecksum(content *[]byte) string

func DecryptRSA

func DecryptRSA(privateKey *rsa.PrivateKey, contentEncrypted *[]byte) ([]byte, error)

func EncryptRSA

func EncryptRSA(publicKey *rsa.PublicKey, content *[]byte) ([]byte, error)

func GenRSAKeyPair

func GenRSAKeyPair(bits int) (rsa.PublicKey, rsa.PrivateKey)

func ReadStr

func ReadStr(filePath string) string

func Size

func Size(filePath string) int64

Types

This section is empty.

Jump to

Keyboard shortcuts

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