Skip to content

Releases: rsdlt/wasm-vigenere-cipher

v0.1.4

11 Oct 13:24
Compare
Choose a tag to compare

Couple of minor cosmetic changes identified by @anupj:

  • Changed Vigenere and Vigénere to the correct accent Vigenère.
  • Hanged the return to idiomatic rust for DictWrap::new and VigMatrixWrap::new.
  • Removed the to_string() in key_e because it is already of type String.

v0.1.3

03 Oct 04:40
Compare
Choose a tag to compare

Version v0.1.3 adds support for properly displaying multiple continuous space characters and carriage return / new lines:

space support

v0.1.2

03 Oct 01:05
Compare
Choose a tag to compare

Fixes an issue with decoding in certain conditions.
Sets the correct number of characters at 192 and not 225.
Removes double blank space on dictionary definition.
The same dictionary of characters continues to be supported.

v0.1.1

27 Sep 20:12
Compare
Choose a tag to compare

Better handle of invalid characters. The invalid character notification is shown up until the character is deleted.

v0.1.0

27 Sep 18:46
Compare
Choose a tag to compare

Vigénere cipher working in WebAssembly with Sycamore library and optimized.