rot13

package
v0.28.0 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package rot13 implements an io.Reader that reads from an io.Reader, modifying the stream by applying the rot13 algorithm to it. Adapted from tour.golang.org/methods/23.

Level: intermediate Topics: algorithms, security, io.Reader

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader added in v0.19.3

type Reader struct {
	R io.Reader
}

func (Reader) Read added in v0.19.3

func (r Reader) Read(p []byte) (int, error)

Directories

Path Synopsis
Decode message encoded with rot13 cipher.
Decode message encoded with rot13 cipher.

Jump to

Keyboard shortcuts

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