Sha256: 1bb1edc763c3e58e407a78381c01e03a03821e1ca15a50b1647f836d5458c488

Contents?: true

Size: 88 Bytes

Versions: 396

Compression:

Stored size: 88 Bytes

Contents

package cipher

type Cipher interface {
	Encode(string) string
	Decode(string) string
}

Version data entries

396 entries across 396 versions & 1 rubygems

Version Path
trackler-2.0.4.0 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.3.9 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.3.8 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.3.7 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.3.6 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.3.5 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.3.4 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.3.3 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.3.2 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.3.1 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.3.0 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.2.0 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.1.2 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.1.1 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.1.0 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.0.10 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.0.9 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.0.8 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.0.7 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.0.6 tracks/go/exercises/simple-cipher/cipher.go