psvz
psvz
Hi @wtoorop, any news on release with the fix? Cheers
@alex, is there a way to go from explicit parameters to a curve name they represent in such keys? If so, why couldn't we handle such parametrized keys by transforming...
@reaperhulk - thanks for quick reply. I think compatibility use case offered by openssl wiki [last few para](https://wiki.openssl.org/index.php?title=Command_Line_Elliptic_Curve_Operations) is good enough. I do not see security implications provided the match...
Hi @wtoorop is it fixed in a release yet?
Okay, so, basically, to operate on bytes properly: ``` // msg is Uint8Array var yuck = '' msg.forEach(b => yuck += String.fromCharCode(b)) var md = forge.md.sha256.create() md.update(yuck) const hash =...
sorry I'm new to lua and opm. I studied the link you provided meticulously before I raised the issue. I couldn't find in that section how to install with `opm`....
That was easy! Thanks! might be worthy adding it to your installation section for a next newbie :-)
Thanks for this prompt and comprehensive coverage, Michael. _Standardization_ as in "cross-org common ground + implementation tooling" is definitely a point. Perhaps with some "prejudice to generality" I think _bootstapping_...
any news on this please?