Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Matěj Sychra committed Aug 13, 2018
1 parent eb9ebbf commit 8a6a983
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ AESLib provides convenience methods for encrypting data to byte arrays and Strin

In future this should use AES implementation from BearSSL, when available (to save more RAM in larger projects).

# Changes

1.0.3 - fixed padding (after encoding, not before)

# Client Example

```
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "git",
"url": "https://github.com/suculent/thinx-aes-lib.git"
},
"version": "1.0.1",
"version": "1.0.3",
"frameworks": "arduino",
"platforms": ["esp8266", "esp32", "avr"]
}

0 comments on commit 8a6a983

Please sign in to comment.