-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-1408 enhance ecdsa/key.js for public key
as part of supporting signature verification, we need public keys extracted from certificates to be represented by the standard api.Key interface. as such we need the lib/impl/ecdsa/key.js to be enhanced so it can be seeded with a public key object Patch 2: re-implemented key.getSKI() to use EC standard as described in X9.62-1988 section 4.3.6 Change-Id: I487750bee67a86e6dbbe7caf08ed46510b24aca7 Signed-off-by: Jim Zhang <[email protected]>
- Loading branch information
1 parent
e1ffe93
commit 9c3e33f
Showing
3 changed files
with
119 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters