Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 540 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 540 Bytes

GO-WASM AES-CTR with Hmac

Encryption, Decryption and Authentication

Go Report Card

This packages forked from https://github.com/Xeoncross/go-aesctr-with-hmac. WASM has been optimized for runtime.

go get github.com/akdilsiz/go-wasm-aesctr-with-hmac

Tests

GOOS=js GOARCH=wasm go test -v .