alan-turing-institute / trustchain

Trustworthy decentralised PKI
https://alan-turing-institute.github.io/trustchain/
Apache License 2.0
10 stars 5 forks source link

FFI implementation for desktop #63

Open sgreenbury opened 1 year ago

sgreenbury commented 1 year ago

An FFI implementation for macOS using flutter_rust_bridge.

Proposed structure:

workspace = [
   "trustchain-core",
   "trustchain-ion",
   "trustchain-ffi-macos",
   "trustchain-ffi-android",
    ...
]
sgreenbury commented 1 year ago