/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/secretkeys.json
57 строк
976 B
Mike Maxim
move keybase1 into dir
24 авг 2016, 05:02
24 авг 2016, 05:02
5d95b67
Код
Авторство
О чём код?
{ "protocol": "SecretKeys", "imports": [ { "path": "common.avdl", "type": "idl" } ], "types": [ { "type": "fixed", "name": "NaclSigningKeyPublic", "size": "32" }, { "type": "fixed", "name": "NaclSigningKeyPrivate", "size": "64" }, { "type": "fixed", "name": "NaclDHKeyPublic", "size": "32" }, { "type": "fixed", "name": "NaclDHKeyPrivate", "size": "32" }, { "type": "record", "name": "SecretKeys", "fields": [ { "type": "NaclSigningKeyPrivate", "name": "signing" }, { "type": "NaclDHKeyPrivate", "name": "encryption" } ] } ], "messages": { "getSecretKeys": { "request": [ { "name": "sessionID", "type": "int" } ], "response": "SecretKeys" } }, "namespace": "keybase.1" }