Examples
Secure hash algorithms
HMAC
ECDSA
Generate random values
API reference
@oslojs/crypto/ecdsa
@oslojs/crypto/hash
@oslojs/crypto/hmac
@oslojs/crypto/random
@oslojs/crypto/rsa
@oslojs/crypto/sha1
@oslojs/crypto/sha2
@oslojs/crypto/sha3
@oslojs/crypto/subtle
Links
GitHub
Oslo
Twitter
Donate
ECDSAPublicKey.encodeSEC1Compressed()
Encodes the signature into a SEC 1 compressed format.
Definition
function
encodeSEC1Compressed
()
:
Uint8Array
;