Skip to content

sidharthchh/base64-to-uint8array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

urlb64touint8array

The Uint8Array typed array represents an array of 8-bit unsigned integers. The contents are initialized to 0. Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation).

General use case:

Used while exchanging secret key between client and server.

Installation

npm install @sidharthchh/urlb64touint8array

Usage

import toUint8Array from 'urlb64touint8array';

About

Typescript conversion for base64-to-uint8array

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published