Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FABN-1056] update return type of sign() to Buffer
current EC CryptoSuite sign() returns DER encoded signature in array while the type definition for this is Buffer and the jsdoc for api.CryptoSuite.sign() is byte[]. This CR updates the return type of sign() to Buffer. Change-Id: Iea680c632b2465f552f3c7ae2181769bc6ce0572 Signed-off-by: zhaochy <[email protected]>
- Loading branch information