Categorygithub.com/randomhajile/cryptomarinara
modulepackage
0.0.0-20241126011915-1e5fe405fd05
Repository: https://github.com/randomhajile/cryptomarinara.git
Documentation: pkg.go.dev

# README

cryptomarinara

This repo is some simple wrappers around cryptopasta that I found myself writing frequently.

# Functions

NewFromBytes initializes a new Cipher using a byte slice.
NewFromHexString initializes a new Cipher using a hex string.

# Structs

Cipher struct for storing encryption key and wrapping it for encryption/decryption.