HAMANO Tsukasa

Results 43 comments of HAMANO Tsukasa

@msalado The OpenSSL EC private key format includes the public key, but it is optional in the specification. I have listed the EC private key structure in the comments. ~~~...

Many code still assume RSA keys and need to be modified for EC keys. I think we need an abstraction of the key object. ex: - ECublicKey.prototype.toAsn1(options) - RSAPublicKey.prototype.toAsn1(options)

@ayanamidev rebased

Hi, I just added verification with RSASSA-PSS. https://github.com/osstech-jp/forge/commit/370d3d3876a3a270ae906e229632752757c0a3ed also ECDSA verification is works with #925 many thanks.

I also added debug option: ~~~ % java -jar build/libs/ComplianceTester-all.jar Missing required parameters: , Usage: java -jar ComplianceTester.jar [-d] [email protected] [password] -d, --debug debug option ~~~

sorry, i got conflict around TestSuiteFactory.java. Please merge them all.

In xterm: xterm -cjk_width will display ─ as full width. xterm +cjk_width will display ─ as half width. please note that runewidth.StringWidth("─") return width depends on glibc locale. This is...

> In the Icons for some raindrops I use the LEFT SINGLE QUOTATION MARK (U+2018) and RIGHT SINGLE QUOTATION MARK (U+2019) unicode characters, which have east asian ambiguous width. I...

I foud these charactors from here: http://shapecatcher.com/ It's usefull when drawing AA. BTW, now I can't build wego. some thing wrong? ``` % go version go version go1.3.3 linux/amd64 %...

Ok, Thanks. worked with golang 1.6