WIP: feat-shamir (old) #103

Draft
CleverWild wants to merge 66 commits from feat-shamir into main
Showing only changes of commit f13c1cf9d1 - Show all commits

View File

@@ -56,7 +56,7 @@ create table if not exists operator (
share blob not null,
share_nonce blob not null,
share_salt blob not null default (randomblob(32)),
share_salt blob not null,
CleverWild marked this conversation as resolved Outdated

there should be no default and salt should always be supplied by our daemon, wigga

there should be no default and salt should always be supplied by our daemon, wigga
created_at integer not null default(unixepoch ('now')),
updated_at integer not null default(unixepoch ('now'))