crypto
crypto copied to clipboard
[mirror] Go supplementary cryptography libraries
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.
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...
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 :)
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...
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...