UNPKG

hsynchronous-fs

Version:

Post-Quantum filesystem encryption using a hybrid encryption protocol "hsynchronous"

9 lines (6 loc) 173 B
import { kem, sign } from 'pqclean'; interface KeyPair { kemKeyPair: kem.GenerateKeyPairResult; sigKeyPair: sign.GenerateKeyPairResult; } export type { KeyPair };