litentry / tee-worker

Based on the integritee-network/worker framework
Apache License 2.0
4 stars 2 forks source link

Transition to struct-like Identity #66

Closed Kailai-Wang closed 2 years ago

Kailai-Wang commented 2 years ago

originally we have a string representation of the identity, which requires the parser implementation from both F/E and tee-worker. This is not ideal, therefore I'd like to switch to a struct representation with clear fields definition.