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.2.1.180 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.179 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.178 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.177 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.176 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.175 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.174 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.173 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.172 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.171 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.170 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.169 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.167 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.166 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.165 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.164 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.163 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.162 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.161 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.160 tracks/go/exercises/simple-cipher/cipher.go