GCL is a Go library designed to offer a robust collection of cryptographic algorithms and utilities for seamless integration into your applications. Our commitment to security means continuous updates with the latest, most secure algorithms, all while preserving the existing API and ensuring backward compatibility.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tylan Tyson 8af466f337 Added the AES algorithm. 12 months ago
algorithms Added the AES algorithm. 12 months ago
LICENSE First commit. 12 months ago
README.md Added the AES algorithm. 12 months ago
gcl.go Created Go project. 12 months ago
go.mod Added the BLAKE2 algorithm. 12 months ago
go.sum Added the BLAKE2 algorithm. 12 months ago

README.md

GCL

GCL is a Go library designed to offer a robust collection of cryptographic algorithms and utilities for seamless integration into your applications. Our commitment to security means continuous updates with the latest, most secure algorithms, all while preserving the existing API and ensuring backward compatibility.

Table of Contents

Features

GCL offers support for a diverse range of cryptographic algorithms, ensuring that your cryptographic requirements are comprehensively addressed. Our library includes:

  • AES
  • ARGON2
  • BLAKE2
  • SHA256
  • SHA512

Installation

Coming soon.

Usage

Coming soon.

License

GCL is licensed under the MIT License. See the LICENSE file for more details.