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.6.20 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.19 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.18 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.17 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.16 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.15 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.14 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.13 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.12 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.11 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.10 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.9 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.8 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.7 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.6 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.5 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.4 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.3 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.2 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.6.1 tracks/go/exercises/simple-cipher/cipher.go