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