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.119 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.118 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.117 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.116 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.115 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.114 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.113 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.111 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.110 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.109 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.108 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.107 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.106 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.105 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.104 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.103 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.102 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.101 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.100 tracks/go/exercises/simple-cipher/cipher.go
trackler-2.2.1.99 tracks/go/exercises/simple-cipher/cipher.go