UNPKG

@vostokplatform/crypto-gost-js

Version:

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

9 lines (7 loc) 223 B
import gostCipherTests from './gostCipher.test'; import gostDigestTests from './gostDigest.test'; import gostSignTests from './gostSign.test'; /* Running tests */ gostCipherTests(); gostDigestTests(true); gostSignTests();