Playfair cipher: Difference between revisions

Updated D entry
(Updated D entry)
(Updated D entry)
Line 157:
 
this(in string key, in string from_ = "J", in string to_ = null)
/*pure nothrow*/ {
this.from = from_;
if (to_.empty)