Skip to content

Commit

Permalink
Update Crypto.kt
Browse files Browse the repository at this point in the history
testing ci
  • Loading branch information
solita-michalguspiel authored Jul 22, 2022
1 parent 2e4234a commit ce6c824
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ class Crypto {
val byteKey = key.encodeToByteArray().sumOf { it * key.length }
return message.map { (it + byteKey).toByte() }.toByteArray().decodeToString()
}

}
}

0 comments on commit ce6c824

Please sign in to comment.