urbit / urbit-key-generation

Key derivation and HD wallet generation functions for Urbit
MIT License
15 stars 8 forks source link

Debuffer everything #86

Closed jtobin closed 2 years ago

jtobin commented 4 years ago

84 was the latest in a string of problems that have resulted from the use of node's Buffer (#25, #58 are a couple of others). It should probably be replaced with Uint8Array or ArrayBuffer or some other superior, modern JS data structure.

jtobin commented 2 years ago

The buffers that are left don't cause any problems, so..