Commit Graph

11 Commits (74befae757e51d7f5d914aee3e60054f89f05eaf)

Author SHA1 Message Date
Martin Dosch 1214e7920f Revert "Ox: Improve rpad"
This reverts commit 83c92bd4cc.
2 years ago
Martin Dosch 83c92bd4cc Ox: Improve rpad
Pad to a multiple of 200 bytes as recommended.
2 years ago
Martin Dosch 433e974a4a Clean up. 2 years ago
Martin Dosch 917dabe6af Ox: Improve rpad generation. 2 years ago
Martin Dosch 6556ab1188 Ox: Change rpad from random length to length dependent on message length
The length of message + the length of the rpad will always be a
total length of a multiple of 100.
2 years ago
Martin Dosch 13dc48bbb4 Remove println. 2 years ago
Martin Dosch 658ef9b653 Ox: Use crypto/rand instead of math/rand for rpad. 2 years ago
Martin Dosch 644b1f809d Use shorter random string for resource. 2 years ago
Martin Dosch 20953ab1ac Move file reading into own helper func. 2 years ago
Martin Dosch e9e0d8c735 Add experimental Ox (OpenPGP for XMPP) support. 2 years ago
Martin Dosch 3c9f8fac45 Move id function to helpers file. 3 years ago