This repository has been archived by the owner on Jun 17, 2021. It is now read-only.
v6.1.0 - TypeScript
First TypeScript based release of the library, now also including a
type declaration file distributed along with the package published,
see PR #170.
Bug Fixes
- Fixed a bug in
isValidSignature()
not correctly returningfalse
if passed ans
-value greater thansecp256k1n/2
onhomestead
or later.
If you use the method signature with more than three arguments (so not just
passing inv
,r
,s
and use it likeisValidSignature(v, r, s)
and omit
the optional args) please read the thread from
PR #171 carefully
and check your code.
Development