MCPcopy Create free account
hub / github.com/cryptii/cryptii / constructor

Method constructor

src/Encoder/Punycode.js:52–58  ·  view source on GitHub ↗

* Constructor

()

Source from the content-addressed store, hash-verified

50 * Constructor
51 */
52 constructor () {
53 super()
54
55 // Create internal bootstring encoder instance
56 this._bootstringEncoder = new BootstringEncoder()
57 this._bootstringEncoder.setSettingValues(bootstringSettingValues)
58 }
59
60 /**
61 * Performs encode on given content.

Callers

nothing calls this directly

Calls 1

setSettingValuesMethod · 0.80

Tested by

no test coverage detected