UNPKG

capacitor-shamir

Version:

Provides Shamir's Secret Sharing (SSS) functionality for secure splitting and recovering secrets natively on iOS, Android, and Web.

6 lines (5 loc) 253 B
import type { IndexedDbConfig, ShamirPlugin } from './definitions'; declare const Shamir: ShamirPlugin; export * from './definitions'; export declare const updateShamirWebFsIndexedDbConfig: (config: Partial<IndexedDbConfig>) => void; export { Shamir };