tink-rust
tink-rust copied to clipboard
[WIP] Move to core+alloc
Fixes #7
This currently still pulls in std
because:
-
tink-signature
depends oned25519-dalek
^1.0.1-
ed25519-dalek
1.0.1 depends onrand_core
^0.5, we (separately) turn on thegetrandom
feature-
rand_core
0.5.1 depends ongetrandom
^0.1-
getrandom
0.1.16 pulls instd
on most common platforms, even when thestd
feature is absent
-
-
-