Categorygithub.com/ugent-library/crypt
modulepackage
0.0.0-20240701114746-756866c44cb9
Repository: https://github.com/ugent-library/crypt.git
Documentation: pkg.go.dev

# README

Go Reference

ugent-library/crypt

Package crypt contains easy to use best practice crypto and random value functions.

Install

go get -u github.com/ugent-library/crypt

# Functions

Decrypt decrypts data encrypted with Encrypt using 256-bit AES-GCM and checks that the data wasn't altered.
No description provided by the author
No description provided by the author
Encrypt encrypts data using 256-bit AES-GCM.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author