added shamir keys

This commit is contained in:
ston1th 2023-03-20 21:18:44 +01:00
commit be0f532628
14 changed files with 238 additions and 43 deletions

View file

@ -20,6 +20,7 @@ type Key struct {
Created int64
Size int
Encoding Encoding
Type Type
Key string
}