near / borsh-js

TypeScript/JavaScript implementation of Binary Object Representation Serializer for Hashing
Apache License 2.0
112 stars 38 forks source link

Add `u256` #82

Closed steveluscher closed 9 months ago

steveluscher commented 9 months ago

Would you consider a PR for u256? This would be useful to serialize 256 bit cryptographic keys.

steveluscher commented 9 months ago

Nevermind; I see they're not in the Rust EBNF.