UNPKG

grasshopper-ts

Version:

Grasshopper GOST 3412-2015 ECB implementation with TypeScript

3 lines (2 loc) 125 B
import { decryptString, encryptString, generateKey } from './utils'; export { decryptString, encryptString, generateKey };