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.0.5 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.0.4 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.0.3 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.0.2 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.0.1 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.0.0.0 tracks/go/exercises/simple-cipher/cipher.go
trackler-1.0.4.1 tracks/go/exercises/simple-cipher/cipher.go
trackler-1.0.4.0 tracks/go/exercises/simple-cipher/cipher.go
trackler-1.0.3.0 tracks/go/exercises/simple-cipher/cipher.go
trackler-1.0.2.1 tracks/go/exercises/simple-cipher/cipher.go
trackler-1.0.2.0 tracks/go/exercises/simple-cipher/cipher.go
trackler-1.0.1.2 tracks/go/exercises/simple-cipher/cipher.go
trackler-1.0.1.1 tracks/go/exercises/simple-cipher/cipher.go
trackler-1.0.1.0 tracks/go/exercises/simple-cipher/cipher.go
trackler-1.0.0.1 tracks/go/exercises/simple-cipher/cipher.go
trackler-1.0.0 tracks/go/exercises/simple-cipher/cipher.go