forked from KolibriOS/kolibrios
libcrash: sync with upstream.
* Implement new algorithms: - MACs: Poly1305, HMAC (SHA2_256, SHA2_512), - ciphers: ChaCha20, AES256CTR, AES256CBC. * Remove MD4 hash. * Change API (it happens). * Update crashtest example. git-svn-id: svn://kolibrios.org@9216 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -125,8 +125,8 @@ struct sshlib_connection
|
||||
tx_buffer ssh_packet_header
|
||||
rb PACKETSIZE-sizeof.ssh_packet_header
|
||||
|
||||
part_ex_hash_ctx crash_ctx
|
||||
session_id rb SHA256_HASH_SIZE
|
||||
part_ex_hash_ctx rb LIBCRASH_CTX_LEN
|
||||
session_id rb SHA2_256_LEN
|
||||
|
||||
algo_kex dd ?
|
||||
algo_hostkey dd ?
|
||||
|
Reference in New Issue
Block a user