Bifid cipher: Difference between revisions

m
Removed unnecessary code.
(→‎{{header|jq}}: add fourth example)
m (Removed unnecessary code.)
Line 221:
Bifid(const int32_t n, std::string_view text) {
if ( text.length() != n * n ) {
throw new std::invalid_argument("Incorrect length of text");
}
 
871

edits