rust-teos/teos-common
Sergi Delgado Segura 8a8772df99 Improves overall memory management
Refactors severals parts of the code so:

- Copy values are not passed as reference
- Copy values are derefered when needed instead of cloned
- Clones are avoided as much as possible
- Strings are replaced by &str when possible

More passes to the code may be necessary in the future, but this is a good start
2021-12-03 17:17:01 +01:00
..
src Improves overall memory management 2021-12-03 17:17:01 +01:00
Cargo.toml Moves get_random_{bytes, keypair} to teos_common::cryptography 2021-11-05 15:51:15 +01:00