UNPKG
@reclaimprotocol/tls
Version:
latest (0.1.2)
0.1.2
0.1.0
0.0.8
0.0.6
0.0.4
0.0.2
0.0.1
TLS 1.2/1.3 for any JavaScript Environment
github.com/reclaimprotocol/tls/
@reclaimprotocol/tls
/
lib
/
scripts
/
fallbacks
/
crypto.js
3 lines
(2 loc)
•
117 B
JavaScript
View Raw
1
2
3
import
{ randomBytes }
from
"../../crypto/insecure-rand.js"
;
export
const
crypto = {
getRandomValues
: randomBytes };