UNPKG

@vostokplatform/crypto-gost-js

Version:

Pure Javascript implementation of WebCrypto API interfaces and Public Key Infrastructure for GOST algorithms (Russian Cryptographic Standards)

5 lines (3 loc) 167 B
import { gostCrypto as CryptoGost } from './crypto/gostCrypto'; import { gostEngine as GostEngine } from './engine/gostEngineSync'; export { CryptoGost, GostEngine }