You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/11/23 00:06:22 UTC

[GitHub] [incubator-tvm] nhynes edited a comment on issue #4403: [RFC][Cryptography] Modernize the cryptography implementation

nhynes edited a comment on issue #4403: [RFC][Cryptography] Modernize the cryptography implementation
URL: https://github.com/apache/incubator-tvm/issues/4403#issuecomment-557739011
 
 
   > rust interface
   
   The rust interface is currently only that of a TVM runtime, but that's sufficient since the kernels are already memory safe. For maximum safety (but slightly less flexibility from dynamic linking), one would use the [non-bindings] runtime in `rust/runtime`. At least until TVM exposes a C FFI to the compiler internals, developers will necessarily have a polyglot workflow.
   
   I, personally, would love to see a VTA-compatible implementation of ed25519 :)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services