Vigenère cipher: Difference between revisions

(→‎{{header|TXR}}: Small fix.)
Line 1,918:
@(bind encoded @(vig msg key t))
@(bind decoded @(vig msg key nil))
@(bind check @(vig decodedencoded key nil))
@(output)
text: @msg
Anonymous user