Documentation
¶
Overview ¶
Code generated by define_gene; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed crypto_subtle.d.ts CryptoSubtleDefine []byte CryptoSubtleDeclared = map[string]any{ "constantTimeByteEq": subtle.ConstantTimeByteEq, "constantTimeCompare": subtle.ConstantTimeCompare, "constantTimeCopy": subtle.ConstantTimeCopy, "constantTimeEq": subtle.ConstantTimeEq, "constantTimeLessOrEq": subtle.ConstantTimeLessOrEq, "constantTimeSelect": subtle.ConstantTimeSelect, "xorBytes": subtle.XORBytes, } )
Functions ¶
This section is empty.
Types ¶
type CryptoSubtleModule ¶
type CryptoSubtleModule struct{}
func (CryptoSubtleModule) Exports ¶
func (S CryptoSubtleModule) Exports() map[string]any
func (CryptoSubtleModule) Identity ¶
func (S CryptoSubtleModule) Identity() string
func (CryptoSubtleModule) TypeDefine ¶
func (S CryptoSubtleModule) TypeDefine() []byte
Click to show internal directories.
Click to hide internal directories.