crypto icon indicating copy to clipboard operation
crypto copied to clipboard

[mirror] Go supplementary cryptography libraries

Results 102 crypto issues
Sort by recently updated
recently updated
newest added

Enable hmac-sha2-512.

cla: yes

The Let's Encrypt integration guide recommends exponential backoff: https://letsencrypt.org/docs/integration-guide/. Until exponential backoff can be implemented, going from 1 minute to 24 hours should reduce load created from repeat-failing clients.

cla: yes

Subsystem requests are aliases that are similar to exec or shell requests. The server can respond to subsystem requests with exit status or exit signal. This means in session handling...

cla: yes

On windows, the stdin fd is not 0. This may saved windows newbies like me a lot of time. Don't ask how I know :)

cla: no

Adds ssh partial success error, and next auth methods call back, When auth methods call back return ErrPartialSuccess, then let client continue use nextAuthMethodsCallback return methods auth farther I don't...

cla: no

sha3: add SIMD implementation with ARMv8.2 features On ARMv8 four SIMD instructions, EOR3, RAX1, XAR, BCAX are added to accelerate sha3 operations. Here the SIMD version of sha3 on ARMv8...

cla: yes