apache / incubator-milagro-crypto-rust

Apache Milagro Crypto Library - Rust Version
https://milagro.apache.org/
Apache License 2.0
31 stars 19 forks source link

Inline operations with large return values #42

Closed kirk-baird closed 4 years ago

kirk-baird commented 4 years ago

What has been Changed

Operations with a large return value have been set to #[inline(always)] so as to reduce the amount of copying to and from the stack for function calls.

Begin adding rust-docs comments for public functions.