IronCoreLabs / ironoxide

Rust SDK for IronCore Privacy Platform
https://docs.rs/ironoxide
GNU Affero General Public License v3.0
10 stars 3 forks source link

Make prelude more useful #134

Closed skeet70 closed 4 years ago

skeet70 commented 4 years ago

Either prelude or the top level should at least re-export all the types needed to initialize. Right now it seems to be missing IronOxideConfig, DeviceSigningKeyPair, and PrivateKey.

giarc3 commented 4 years ago

Will be covered by #141