MCPcopy Create free account
hub / github.com/TheAlgorithms/Go / Polybius

Struct Polybius

cipher/polybius/polybius.go:16–20  ·  view source on GitHub ↗

Polybius is struct having size, characters, and key

Source from the content-addressed store, hash-verified

14
15// Polybius is struct having size, characters, and key
16type Polybius struct {
17 size int
18 characters string
19 key string
20}
21
22// NewPolybius returns a pointer to object of Polybius.
23// If the size of "chars" is longer than "size",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected