tr_dh_pub_digest
[trust_router.git] / schema.sql
1 create table if not exists psk_keys (keyid text primary key, key blob, client_dh_pub raw(20));
2 .quit
3
4