Sha256: f6aa2c79ab4f39fb9d309132ba251c3139af6ddfcc9c7bd8ed10567bda9b2fc8
Contents?: true
Size: 199 Bytes
Versions: 67
Compression:
Stored size: 199 Bytes
Contents
class SimpleCipher { encode( /* Parameters go here */ ) { // Your code here } decode( /* Parameters go here */ ) { // Your code here } } export default SimpleCipher
Version data entries
67 entries across 67 versions & 1 rubygems