Categorygithub.com/keybase/go-triplesec-insecure
modulepackage
0.0.0-20250106205311-6a8afabf7cd9
Repository: https://github.com/keybase/go-triplesec-insecure.git
Documentation: pkg.go.dev

# README

TripleSec

Build Status

Golang implementation of the layered encryption scheme TripleSec

A fork of Fillipo's TripleSec

# Functions

A Cipher is an instance of TripleSec using a particular key and a particular salt.
NewCipherWithRng makes an instance of TripleSec using a particular key and a particular salt and uses a given randomness stream.
No description provided by the author
No description provided by the author

# Constants

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
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
MagicBytes are the four bytes prefixed to every TripleSec ciphertext, 1c 94 d7 de.

# Structs

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
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author