MCPcopy
hub / github.com/Ne0nd0g/merlin / Encrypter

Struct Encrypter

pkg/transformer/encrypters/xor/xor.go:28–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type Encrypter struct {
29}
30
31// NewEncrypter is a factory to return a structure that implements the Transformer interface
32func NewEncrypter() *Encrypter {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected