Sha256: a2db0d9a7918a03575d14a2ab2bca4477d5b07e79bd99cf7b195e07758ce822f
Contents?: true
Size: 281 Bytes
Versions: 187
Compression:
Stored size: 281 Bytes
Contents
object CryptoSquare { def normalizePlaintext(text: String): String = ??? def squareSize(text: String): Int = ??? def plaintextSegments(text: String): List[String] = ??? def ciphertext(text: String): String = ??? def normalizedCiphertext(text: String): String = ??? }
Version data entries
187 entries across 187 versions & 1 rubygems