sui icon indicating copy to clipboard operation
sui copied to clipboard

[sdk]: Replace underlying storage of PublicKey with Uint8Array

Open macalinao opened this issue 2 years ago • 0 comments

Replaces the underlying storage of PublicKey with Uint8Array instead of BN.js.

This improves serialization speed and removes the dependency on BN.js.

macalinao avatar Sep 06 '22 19:09 macalinao