nocrypto

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2025 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package nocrypto provides a no-op implementation of the crypto interface for development mode.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NoCrypto

type NoCrypto struct{}

func Initialize

func Initialize() *NoCrypto

func (*NoCrypto) Decrypt

func (nc *NoCrypto) Decrypt(data []byte) ([]byte, error)

Decrypt some bytes.

func (*NoCrypto) Encrypt

func (nc *NoCrypto) Encrypt(data []byte) ([]byte, error)

Encrypt some bytes.

Jump to

Keyboard shortcuts

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