Details
Assignee
UnassignedUnassignedReporter
Nikita BaksalyarNikita BaksalyarStart date
Jun 26, 2018End date
Aug 29, 2018Story Points
6Components
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Nikita Baksalyar
Nikita BaksalyarStart date
Jun 26, 2018
End date
Aug 29, 2018
Story Points
6
Components
Priority
Created May 29, 2018 at 11:50 AM
Updated July 3, 2019 at 1:50 PM
Replace all instances of
*rust_sodium*
functions usage with the correspondingsafe_crypto
functions.So Routing has
*SecretId*
which is called*FullId*
and*PublicId*
will be replaced by primitives in*safe_cypto*
. Mock-crypto feature in routing tries to mock all these, but now it shouldn't be required as*safe_crypto*
does it with {{*features=use-mock-crypto*}}*--features=mock*
so delete those code and pass that feature to*safe_crypto*
when routing is compiled with use-mock-crypto.Check build and test status for no features, feature=use-mock-crust and feature="use-mock-crust use-mock-crypto".