Commit Graph

5 Commits

Author SHA1 Message Date
95437f3549 A monetary acocunt can also be a savings account
So update the code to deal with that.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-02-29 19:53:12 +01:00
096ccec741 Use crate rsa instead of openssl
The rsa crate contains a pure rust implementation of the same
primitives.

This helps with cross platform support, such as Windows.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-02-29 19:20:24 +01:00
Yuri Iozzelli
fc71b73ce2 Add ability to ask for starting and ending transaction id 2020-10-25 11:20:39 +01:00
Yuri Iozzelli
536b2b5969 Cargo fmt 2020-10-25 10:10:37 +01:00
Yuri Iozzelli
3bae8420d9 Split in main and lib 2020-10-25 10:01:13 +01:00