posting
quadrismegistus 4 years ago
parent a8ae8da12b
commit 2db2968a1f

@ -130,9 +130,9 @@ Vanilla Python. Code is in [komrade/cli](komrade/cli).
### Backend
#### Ontology
#### API
All plain object-oriented stuff in Python. The root entity is a "Keymaker": anyone from @Telephone, to @Operator, to users, to groups, who has a public/private key pair. The database uses a simple file-based key-value store, written in Python ([simplekv](https://github.com/mbr/simplekv)). Code is in [komrade/backend](komrade/backend).
Plain old object-oriented code in Python. The root entity is a "Keymaker": anyone from @Telephone, to @Operator, to users, to groups, who has a public/private key pair. The database uses a simple file-based key-value store, written in Python ([simplekv](https://github.com/mbr/simplekv)). Code is in [komrade/backend](komrade/backend).
#### Cryptography

Loading…
Cancel
Save