Generate SSS shares from mnemonic words

This commit is contained in:
Ada
2026-01-30 16:31:09 -08:00
parent c07f1f20d5
commit fb1377eb4b
3 changed files with 334 additions and 20 deletions

5
src/utils/index.ts Normal file
View File

@@ -0,0 +1,5 @@
/**
* Utility functions for Sentinel
*/
export * from './sss';