Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robojones/endguard-dart

Dart implementation of Endguard, a reasonably secure end-to-end encryption scheme
https://github.com/robojones/endguard-dart

Last synced: 23 days ago
JSON representation

Dart implementation of Endguard, a reasonably secure end-to-end encryption scheme

Awesome Lists containing this project

README

        

# EndGuard

## Generate the protocol buffers

> **Required:** Docker

```bash
# make sure the protocol submodule is up to date
git submodule init
git submodule update

# generate protocol buffer library files
docker run --rm -v=${PWD}:/project robojones/protoc-dart:latest protoc -I=protocol/protos --dart_out=lib/src/protos protocol/protos/protocol.proto
```