Add paper, more minor doc updates
Signed-off-by: Kamal Tufekcic <kamal@lo.sh>
This commit is contained in:
parent
3acaa0fa3f
commit
6992c4b2a0
198 changed files with 2685 additions and 73 deletions
14
Abstract.md
14
Abstract.md
|
|
@ -73,16 +73,16 @@ HybridSig combines Ed25519 (classical) and ML-DSA-65 (post-quantum). Key pairs
|
|||
satisfy pk = (pk_E, pk_P), sk = (sk_E, sk_P).
|
||||
|
||||
**Sign(sk, m)** → σ = (σ_E ‖ σ_P): both components computed independently and
|
||||
concatenated. ML-DSA-65 uses hedged signing via `sign_internal` (FIPS 204 §5.2 /
|
||||
Algorithm 2); fresh randomness is mixed per signing operation for
|
||||
concatenated. ML-DSA-65 uses hedged signing via `sign_internal` (FIPS 204 §6.2 /
|
||||
Algorithm 7); fresh randomness is mixed per signing operation for
|
||||
fault-injection resistance. **FIPS 204 compatibility note**: The implementation
|
||||
calls `sign_internal` directly — the raw internal signing function with no
|
||||
context string or domain prefix. This is structurally incompatible with FIPS 204
|
||||
§6.2 (`ML-DSA.Sign`, which prepends a context-dependent domain separator before
|
||||
calling `sign_internal`). A FIPS 204 §6.2 verifier expecting the domain-prefixed
|
||||
message format will reject Soliton ML-DSA-65 signatures. A formal model or test
|
||||
vector suite must use the `sign_internal` / `verify_internal` interface, not the
|
||||
§6.2 external interface. For adversary models that include fault injection,
|
||||
§5.2 (`ML-DSA.Sign` / Algorithm 2, which prepends a context-dependent domain
|
||||
separator before calling `sign_internal`). A FIPS 204 §5.2 verifier expecting
|
||||
the domain-prefixed message format will reject Soliton ML-DSA-65 signatures. A
|
||||
formal model or test vector suite must use the `sign_internal` /
|
||||
`verify_internal` interface, not the §5.2 external interface. For adversary models that include fault injection,
|
||||
hedged signing provides resistance to differential fault analysis that
|
||||
deterministic signing does not. **RNG implication**: Every HybridSig.Sign
|
||||
invocation consumes randomness (from ML-DSA-65's hedged component). In the §8.2
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ edition = "2024"
|
|||
rust-version = "1.85"
|
||||
license = "AGPL-3.0-only"
|
||||
repository = "https://git.lo.sh/lo/libsoliton"
|
||||
homepage = "https://lo.sh"
|
||||
homepage = "https://git.lo.sh/lo/libsoliton/wiki"
|
||||
authors = ["LO Contributors"]
|
||||
description = "Cryptographic library for the LO protocol"
|
||||
categories = ["cryptography"]
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ Pure-Rust post-quantum cryptographic library. Provides composite identity keys (
|
|||
|
||||
| Document | Description |
|
||||
|----------|-------------|
|
||||
| [paper.tex](paper.tex) | Protocol paper — design, security analysis, formal verification, implementation |
|
||||
| [Abstract.md](Abstract.md) | Security analysis specification — adversary model, theorems, and verification targets for formal modeling |
|
||||
| [Specification.md](Specification.md) | Full cryptographic specification (v1) |
|
||||
| [CHEATSHEET.md](CHEATSHEET.md) | API quick reference with types, sizes, and signatures |
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ fi
|
|||
|
||||
HOURS="${1:-8}"
|
||||
WORKERS="${2:-1}"
|
||||
# Change to 3600 for overnight runs, 1 is used for quick local runs
|
||||
SECONDS_TOTAL=$((HOURS * 1))
|
||||
|
||||
CORE_DIR="soliton"
|
||||
|
|
|
|||
2223
soliton.tex
Normal file
2223
soliton.tex
Normal file
File diff suppressed because it is too large
Load diff
2
soliton/fuzz/Cargo.lock
generated
2
soliton/fuzz/Cargo.lock
generated
|
|
@ -435,7 +435,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "libsoliton"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"argon2",
|
||||
"chacha20poly1305",
|
||||
|
|
|
|||
BIN
soliton/fuzz/corpus/fuzz_auth_respond/valid_ct
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_auth_respond/valid_ct
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_decrypt_first_message/valid_first_msg
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_decrypt_first_message/valid_first_msg
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/0792446e9e4e302ef86828be9e266fc1b4de4407
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/0792446e9e4e302ef86828be9e266fc1b4de4407
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/164fd078f9a0ba81f8d916617ade549e2389f89d
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/164fd078f9a0ba81f8d916617ade549e2389f89d
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/2284aab09f260f3ea2a36303e8e4b8c022faa1ff
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/2284aab09f260f3ea2a36303e8e4b8c022faa1ff
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/22ef1d4d7b042ff205815af958bde3c619157361
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/22ef1d4d7b042ff205815af958bde3c619157361
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/3d1234355041aae78f70de42de8515a921c9073d
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/3d1234355041aae78f70de42de8515a921c9073d
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/8ce24fc0ea8e685eb23bf6346713ad9fef920425
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/8ce24fc0ea8e685eb23bf6346713ad9fef920425
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/91ac28edf4ce92b1fe9d9f83cd5447d067a4b366
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/91ac28edf4ce92b1fe9d9f83cd5447d067a4b366
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/b3b28f02b153220e7d1bf1b19dbb32363b926181
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/b3b28f02b153220e7d1bf1b19dbb32363b926181
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/d081c37090c6c163e1ed6b7f27c34d61f5437606
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/d081c37090c6c163e1ed6b7f27c34d61f5437606
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/df4e1459fc34e72f44fd348ae97abd055d253d52
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/df4e1459fc34e72f44fd348ae97abd055d253d52
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/f421c2fbfd6ff080108402148f2cfa0a41715290
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/f421c2fbfd6ff080108402148f2cfa0a41715290
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/truncated
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/truncated
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/valid_compressed
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/valid_compressed
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/valid_uncompressed
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_dm_queue_decrypt_blob/valid_uncompressed
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ed25519_verify/bad_sig_bit
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ed25519_verify/bad_sig_bit
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ed25519_verify/valid_verify
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ed25519_verify/valid_verify
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_hybrid_verify/bad_ed25519_valid_mldsa
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_hybrid_verify/bad_ed25519_valid_mldsa
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_hybrid_verify/valid_ed25519_bad_mldsa
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_hybrid_verify/valid_ed25519_bad_mldsa
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_hybrid_verify/valid_empty_msg
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_hybrid_verify/valid_empty_msg
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_hybrid_verify/valid_hybrid
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_hybrid_verify/valid_hybrid
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_identity_from_bytes/valid_pk
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_identity_from_bytes/valid_pk
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_identity_from_bytes/valid_sk
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_identity_from_bytes/valid_sk
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/068ac00ab22fa1a60aa534c312c8e50c4d49c293
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/068ac00ab22fa1a60aa534c312c8e50c4d49c293
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/123ef33e2b797f8f691b1d38501f33fbcc7428ea
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/123ef33e2b797f8f691b1d38501f33fbcc7428ea
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/3a466d29221a816c5a2c7cc403caaa6058da0143
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/3a466d29221a816c5a2c7cc403caaa6058da0143
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/622ba87343a75abf20a2b47e503c9cfc557822f7
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/622ba87343a75abf20a2b47e503c9cfc557822f7
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/6ed2aa32781ba0300c5a8e887854897f8da5aa03
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/6ed2aa32781ba0300c5a8e887854897f8da5aa03
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/78415fd588c0775cb41f15532ec2feab43a84f0b
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/78415fd588c0775cb41f15532ec2feab43a84f0b
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/7e06b1ca802a48c717192f5906d9724df8f4423f
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/7e06b1ca802a48c717192f5906d9724df8f4423f
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/933c356b95dd3aec979dbca14628d76b7f03aabc
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/933c356b95dd3aec979dbca14628d76b7f03aabc
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/9e5555573e86bab555e5879f82be85031ef53de2
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/9e5555573e86bab555e5879f82be85031ef53de2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/b9b60eb1c690d52bf2d9fadb4aa253acfd5b1849
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/b9b60eb1c690d52bf2d9fadb4aa253acfd5b1849
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/c1972705930bee9c59e74f1a367428eac8aa3ea5
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/c1972705930bee9c59e74f1a367428eac8aa3ea5
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/ef1f885b68be35ca8a8ecad0e9f3bf293f8ad612
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_identity_sign_verify/ef1f885b68be35ca8a8ecad0e9f3bf293f8ad612
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_kex_decode_receive/valid_no_opk
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_kex_decode_receive/valid_no_opk
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_kex_decode_receive/valid_with_opk
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_kex_decode_receive/valid_with_opk
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_kex_receive_session/valid_session_init
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_kex_receive_session/valid_session_init
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_kex_verify_bundle/2083a2d5ca212265737c337805dc0a2a3ba38bdb
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_kex_verify_bundle/2083a2d5ca212265737c337805dc0a2a3ba38bdb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_kex_verify_bundle/2a4c2ce2861863836fe11076593564c281c82a2b
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_kex_verify_bundle/2a4c2ce2861863836fe11076593564c281c82a2b
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_kex_verify_bundle/4d87ca00dda28364820502e7ae87c5ec5703d5fd
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_kex_verify_bundle/4d87ca00dda28364820502e7ae87c5ec5703d5fd
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_kex_verify_bundle/54b5169e3a98f60c11086985f87b36cc9e1b529d
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_kex_verify_bundle/54b5169e3a98f60c11086985f87b36cc9e1b529d
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_kex_verify_bundle/5cb54aa75193f2ede647bb831889181f91e0e7dd
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_kex_verify_bundle/5cb54aa75193f2ede647bb831889181f91e0e7dd
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_kex_verify_bundle/611d79ee838e3109fcf297595cf049555678e2ed
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_kex_verify_bundle/611d79ee838e3109fcf297595cf049555678e2ed
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_kex_verify_bundle/83ce312925d8c34813ba41830570d90873deb7e4
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_kex_verify_bundle/83ce312925d8c34813ba41830570d90873deb7e4
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_kex_verify_bundle/c399af33f77df1669d76eefc76d6abea0f5b07d6
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_kex_verify_bundle/c399af33f77df1669d76eefc76d6abea0f5b07d6
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_kex_verify_bundle/valid_structure
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_kex_verify_bundle/valid_structure
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt/no_kem_ct
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt/no_kem_ct
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt/valid_alice_msg
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt/valid_alice_msg
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/04b583bc161eae07ab697905c95ab9fc8f1cb6cf
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/04b583bc161eae07ab697905c95ab9fc8f1cb6cf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/0b118fc5aa22794801b852d157f950e4b785e0cf
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/0b118fc5aa22794801b852d157f950e4b785e0cf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/2b208bc47a3b0546ab242c9d804a5a19165e59fe
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/2b208bc47a3b0546ab242c9d804a5a19165e59fe
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/41f47a9762e7db3c42dee702eac270cd7a08dadf
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/41f47a9762e7db3c42dee702eac270cd7a08dadf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/44f23709d3a8d9af97993ce7e73cf968c04ed870
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/44f23709d3a8d9af97993ce7e73cf968c04ed870
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/4e4febc203227d20267fc5f6c678b14794167838
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/4e4febc203227d20267fc5f6c678b14794167838
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/5ebb3cd0d049b76db9146ec7870a8fce7b117291
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/5ebb3cd0d049b76db9146ec7870a8fce7b117291
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/a2b2085fcf0bb1e3aae058d013c645cefa184477
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/a2b2085fcf0bb1e3aae058d013c645cefa184477
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/a54fcd4af3a9756925dfa779fb6d25c20bf0dacc
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/a54fcd4af3a9756925dfa779fb6d25c20bf0dacc
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/df700ef114d57ae1279256f09605805c37f137a4
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/df700ef114d57ae1279256f09605805c37f137a4
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/f14581242f48b7f0f4c51c7f2be0b24783c410e8
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/f14581242f48b7f0f4c51c7f2be0b24783c410e8
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/out_of_order_late
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/out_of_order_late
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/true_duplicate
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/true_duplicate
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/valid_ratchet_step
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/valid_ratchet_step
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/valid_same_chain
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ratchet_decrypt_stateful/valid_same_chain
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/04689513a7bb7518164587f0b9e482c339b2ce25
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/04689513a7bb7518164587f0b9e482c339b2ce25
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/0917b7a375b1dc3bc199adef752ddc4af013063a
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/0917b7a375b1dc3bc199adef752ddc4af013063a
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/0be2817fe6131cafa25f9adef6a2876e4a5158d0
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/0be2817fe6131cafa25f9adef6a2876e4a5158d0
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/16687b309b81f17dc64135e0ce92166f7a1bbc5a
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/16687b309b81f17dc64135e0ce92166f7a1bbc5a
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/17067c6ab32c699b7a6ccae3f24141f8dc804482
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/17067c6ab32c699b7a6ccae3f24141f8dc804482
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/1774072963e3ec198b496e12094ebfeb441501ba
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/1774072963e3ec198b496e12094ebfeb441501ba
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/269638500e7164650bb3fccf91b3fbc6cd782938
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/269638500e7164650bb3fccf91b3fbc6cd782938
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/32283e4d4176989edfd698324e69ba74eeb723ed
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/32283e4d4176989edfd698324e69ba74eeb723ed
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/42def3847649bb75539696c104b001f7fc444b56
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/42def3847649bb75539696c104b001f7fc444b56
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/4a97e82e63ec5e8323f53af62d80c7374c6c63e2
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/4a97e82e63ec5e8323f53af62d80c7374c6c63e2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/655957cb10a43d01f4c89427850fa8d8e94907ca
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/655957cb10a43d01f4c89427850fa8d8e94907ca
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/665b8b9b6dcb3e14ceaca3349129a25b310f4d7a
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/665b8b9b6dcb3e14ceaca3349129a25b310f4d7a
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/743fe7b293ed0ddbdf4c33f254b61f5e278b5df0
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/743fe7b293ed0ddbdf4c33f254b61f5e278b5df0
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/75b668a3fbb449d1fa055c151371fcd72ffae4ad
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/75b668a3fbb449d1fa055c151371fcd72ffae4ad
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/7febd267420a7eb45f9c3aaee9f5d3e61fe020e6
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/7febd267420a7eb45f9c3aaee9f5d3e61fe020e6
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/80f4a02693e83cca78db8daccc4f3d4681a3569c
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/80f4a02693e83cca78db8daccc4f3d4681a3569c
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/88195877b37b5bf195c9dfa20d3e5551c1a0fe4a
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/88195877b37b5bf195c9dfa20d3e5551c1a0fe4a
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/9c6bf5bcbd2f1fd583478c053635a7529f68eb9a
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/9c6bf5bcbd2f1fd583478c053635a7529f68eb9a
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/9cac935648018df895d2af285e7808e46fa07c53
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/9cac935648018df895d2af285e7808e46fa07c53
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/9d9ddfdf05cfc8a6666f68c6760cc403743c5e42
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/9d9ddfdf05cfc8a6666f68c6760cc403743c5e42
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/a8e8183d7d651c83596f4281893c0ac11afe3c7b
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/a8e8183d7d651c83596f4281893c0ac11afe3c7b
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/alice_init
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/alice_init
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/alice_pending
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/alice_pending
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/b2d4e16f69672f8ed52a5c32d0851967b9e8735b
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/b2d4e16f69672f8ed52a5c32d0851967b9e8735b
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/bob_exchanged
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/bob_exchanged
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/bob_init
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/bob_init
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/c0f48c22ac733accf694be1cecfe539a9ba4266a
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/c0f48c22ac733accf694be1cecfe539a9ba4266a
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/c7892ff4f73fd08d733d0f16abcedbaa15c35c94
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/c7892ff4f73fd08d733d0f16abcedbaa15c35c94
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/c7bd3243312d34a1f432b854e9f8eae8c59cde74
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/c7bd3243312d34a1f432b854e9f8eae8c59cde74
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/d76b68fa3c611301f175690d476a95e8f3cc7d96
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/d76b68fa3c611301f175690d476a95e8f3cc7d96
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/dec8da52d24aa96e1acccd8993cac40fb2fb9386
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/dec8da52d24aa96e1acccd8993cac40fb2fb9386
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/e1a4516b7e53a5c060d9299c8c9599c9fec21180
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/e1a4516b7e53a5c060d9299c8c9599c9fec21180
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/e55e53ab95010357f6fb38968f61d494a432ee60
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/e55e53ab95010357f6fb38968f61d494a432ee60
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/e7183ecd97ee049b6036746067e42a34b437c5d5
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/e7183ecd97ee049b6036746067e42a34b437c5d5
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/ee5475f37f25dc12f7513c4b2f81962829715775
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/ee5475f37f25dc12f7513c4b2f81962829715775
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/near_exhausted
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ratchet_encrypt/near_exhausted
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/17cd25351e26aa472f453714a59f507b97580f60
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/17cd25351e26aa472f453714a59f507b97580f60
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/420fcc1244c027ef31f686676cc76866b8a2c44e
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/420fcc1244c027ef31f686676cc76866b8a2c44e
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/47cea8c6dcdcb3d6a79eb106ad0e441edd97d5dc
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/47cea8c6dcdcb3d6a79eb106ad0e441edd97d5dc
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/605ce38a081ebee9888a5df7542b9785a465f79f
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/605ce38a081ebee9888a5df7542b9785a465f79f
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/67d8113ef1877ad5cbd6d115e34947b4f120e69e
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/67d8113ef1877ad5cbd6d115e34947b4f120e69e
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/8684b01e0f5125cc689ca1738e73327ec29b0823
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/8684b01e0f5125cc689ca1738e73327ec29b0823
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/a0756571c0412355735b5fa216b04b35b0cbc75e
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/a0756571c0412355735b5fa216b04b35b0cbc75e
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/d6732238b415a089c23ab724dc0dda09f2dec182
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/d6732238b415a089c23ab724dc0dda09f2dec182
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/e4510675f17d62b1a4c36d907f51d9d743a0b38f
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/e4510675f17d62b1a4c36d907f51d9d743a0b38f
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/e65903d764148506a2ae69d568b62b4fa72b91e3
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/e65903d764148506a2ae69d568b62b4fa72b91e3
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/epoch_too_low
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/epoch_too_low
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/fc984eb799eb4e6894d32698d885ecfed4ad6da6
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/fc984eb799eb4e6894d32698d885ecfed4ad6da6
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/max_epoch
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/max_epoch
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/valid_epoch_0
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ratchet_from_bytes_epoch/valid_epoch_0
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/1d1fbed42b15c0df3226c37ee01efeeb52b73811
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/1d1fbed42b15c0df3226c37ee01efeeb52b73811
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/21a986b47c13b1a000b87f138f8f51b474170ca2
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/21a986b47c13b1a000b87f138f8f51b474170ca2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/49c43ecd0f5bcadeef0f9f56ae2909d240b21d84
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/49c43ecd0f5bcadeef0f9f56ae2909d240b21d84
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/4a30b017bf7133aaaebcaca46abb791045642773
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/4a30b017bf7133aaaebcaca46abb791045642773
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/4df99d4b875ae90b210d2cf642ae73477f435076
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/4df99d4b875ae90b210d2cf642ae73477f435076
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/507c6bbff4c5a2142afecce5db11511e6bce72ae
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/507c6bbff4c5a2142afecce5db11511e6bce72ae
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/518d4ea75f4a0b348b343f20ee152cc479da595e
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/518d4ea75f4a0b348b343f20ee152cc479da595e
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/59956e9a30dcb2c1d41aaaa679923074b16f6175
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/59956e9a30dcb2c1d41aaaa679923074b16f6175
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/81f7210342b479724af66ac5f8ff502ce32310d0
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/81f7210342b479724af66ac5f8ff502ce32310d0
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/84b320fb84396f0dc9139f9eb61c11cabcb35fea
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/84b320fb84396f0dc9139f9eb61c11cabcb35fea
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/8644d11338ba2a2cc82b87e254c2c45cd880152d
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/8644d11338ba2a2cc82b87e254c2c45cd880152d
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/alice_exchanged
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/alice_exchanged
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/alice_init
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/alice_init
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/bob_exchanged
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/bob_exchanged
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/bob_init
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/bob_init
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/c454e0d2f4915e355e6b80bc6dd8a483a11ad39f
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/c454e0d2f4915e355e6b80bc6dd8a483a11ad39f
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/c7b53c89dc0929106ddae7e27c9d691c7671ffbe
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/c7b53c89dc0929106ddae7e27c9d691c7671ffbe
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/dea34a9a71dbc40f4aebb6d1c8e995e39d951a6f
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/dea34a9a71dbc40f4aebb6d1c8e995e39d951a6f
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/ed50787268f92d89abc67eedfaa04cf918c99f08
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/ed50787268f92d89abc67eedfaa04cf918c99f08
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/eed29554ea909bb059a93cc73d042eb67ded9284
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/eed29554ea909bb059a93cc73d042eb67ded9284
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/f389401c788a63598667a84534dd73e80e85e29f
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/f389401c788a63598667a84534dd73e80e85e29f
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/f9afd0c9fba141db681fbfc163fbe5c3a3800b90
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_roundtrip/f9afd0c9fba141db681fbfc163fbe5c3a3800b90
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_state_machine/225ed62055a76cbf5a855d5c2cc47f203ca62f03
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_state_machine/225ed62055a76cbf5a855d5c2cc47f203ca62f03
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_state_machine/3a30b06c52e20cdd754b86d025aaa32f2b2a0d18
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_state_machine/3a30b06c52e20cdd754b86d025aaa32f2b2a0d18
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_state_machine/411d140f8bf8f4a8b5e5821b185c5c7bcc12faed
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_state_machine/411d140f8bf8f4a8b5e5821b185c5c7bcc12faed
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_state_machine/4337a79adf15750bebbee124c02ec505edf95924
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_state_machine/4337a79adf15750bebbee124c02ec505edf95924
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_state_machine/e2dfc033ab7eea543dd046382e0c1e2a59e465ed
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_state_machine/e2dfc033ab7eea543dd046382e0c1e2a59e465ed
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_ratchet_state_machine/ea3d54253bed94f46635e3b8903789d5a0213259
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_ratchet_state_machine/ea3d54253bed94f46635e3b8903789d5a0213259
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_session_init_roundtrip/truncated_1
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_session_init_roundtrip/truncated_1
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_session_init_roundtrip/valid_no_opk
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_session_init_roundtrip/valid_no_opk
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_session_init_roundtrip/valid_with_opk
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_session_init_roundtrip/valid_with_opk
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/254a55e6ac09d08eec781bf9783781b49a03fafe
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/254a55e6ac09d08eec781bf9783781b49a03fafe
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/32e131568edb7e560cac230264e090f11295fd65
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/32e131568edb7e560cac230264e090f11295fd65
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/393ab93a18db07a5e69641cb1ac1243268529609
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/393ab93a18db07a5e69641cb1ac1243268529609
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/6291ada0c4b6934bde934e25d7288aefccd7e311
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/6291ada0c4b6934bde934e25d7288aefccd7e311
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/67fabcc6fbb37464a01f39f71e6c184c108a8a27
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/67fabcc6fbb37464a01f39f71e6c184c108a8a27
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/72be2fd2ffce48d92d93241a2ee51e35a75bb580
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/72be2fd2ffce48d92d93241a2ee51e35a75bb580
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/8c1e6ab4270792c51304ea06f47dc20ce51ba57b
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/8c1e6ab4270792c51304ea06f47dc20ce51ba57b
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/bad_flags
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/bad_flags
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/e0f12cebce606cc8e3e8a60e2377fe50ef1cc3f5
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/e0f12cebce606cc8e3e8a60e2377fe50ef1cc3f5
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/e8e14349181aa32d57e39cd3af6a825c10d03222
(Stored with Git LFS)
Normal file
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/e8e14349181aa32d57e39cd3af6a825c10d03222
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/unknown_version
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/unknown_version
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/valid_compressed
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/valid_compressed
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/valid_uncompressed
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/valid_uncompressed
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/valid_version2
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/valid_version2
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/valid_version3
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_storage_decrypt_blob/valid_version3
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_stream_decrypt/single_compressed
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_stream_decrypt/single_compressed
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_stream_decrypt/single_uncompressed
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_stream_decrypt/single_uncompressed
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_stream_decrypt_at/single_chunk_idx0
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_stream_decrypt_at/single_chunk_idx0
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_verification_phrase/two_real_pks
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_verification_phrase/two_real_pks
(Stored with Git LFS)
Binary file not shown.
BIN
soliton/fuzz/corpus/fuzz_xwing_roundtrip/mode_a_valid_ct
(Stored with Git LFS)
BIN
soliton/fuzz/corpus/fuzz_xwing_roundtrip/mode_a_valid_ct
(Stored with Git LFS)
Binary file not shown.
4
soliton_capi/fuzz/Cargo.lock
generated
4
soliton_capi/fuzz/Cargo.lock
generated
|
|
@ -435,7 +435,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "libsoliton"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"argon2",
|
||||
"chacha20poly1305",
|
||||
|
|
@ -473,7 +473,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "libsoliton_capi"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"libsoliton",
|
||||
"zeroize",
|
||||
|
|
|
|||
BIN
soliton_capi/fuzz/corpus/fuzz_capi_decode_session_init/valid_no_opk
(Stored with Git LFS)
BIN
soliton_capi/fuzz/corpus/fuzz_capi_decode_session_init/valid_no_opk
(Stored with Git LFS)
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_decode_session_init/valid_with_opk
(Stored with Git LFS)
BIN
soliton_capi/fuzz/corpus/fuzz_capi_decode_session_init/valid_with_opk
(Stored with Git LFS)
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_dm_queue_decrypt/518de1210d825ad0a156f42b45a1f26e3f2f5164
(Stored with Git LFS)
Normal file
BIN
soliton_capi/fuzz/corpus/fuzz_capi_dm_queue_decrypt/518de1210d825ad0a156f42b45a1f26e3f2f5164
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_dm_queue_decrypt/a8400c34a55cd824a934bc9039c0faac3ab20c4c
(Stored with Git LFS)
Normal file
BIN
soliton_capi/fuzz/corpus/fuzz_capi_dm_queue_decrypt/a8400c34a55cd824a934bc9039c0faac3ab20c4c
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_dm_queue_decrypt/invalid_fp_len
(Stored with Git LFS)
BIN
soliton_capi/fuzz/corpus/fuzz_capi_dm_queue_decrypt/invalid_fp_len
(Stored with Git LFS)
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_dm_queue_decrypt/valid_compressed
(Stored with Git LFS)
BIN
soliton_capi/fuzz/corpus/fuzz_capi_dm_queue_decrypt/valid_compressed
(Stored with Git LFS)
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/105dfdd85cb7b557ca16c67cae63030ab39390b6
(Stored with Git LFS)
Normal file
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/105dfdd85cb7b557ca16c67cae63030ab39390b6
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/13c724f130634a617fe2b48c915160f3e14db4a0
(Stored with Git LFS)
Normal file
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/13c724f130634a617fe2b48c915160f3e14db4a0
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/1589ff28a104bbd981ac270e2eff069329986b61
(Stored with Git LFS)
Normal file
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/1589ff28a104bbd981ac270e2eff069329986b61
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/40363b7a8744c03c27f65c1d5816e65766719aeb
(Stored with Git LFS)
Normal file
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/40363b7a8744c03c27f65c1d5816e65766719aeb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/442a7e8d85a646ab2755f05178aafbcac5072a9b
(Stored with Git LFS)
Normal file
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/442a7e8d85a646ab2755f05178aafbcac5072a9b
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/68c937e9130da68b8d862ed640f224ffe546e11e
(Stored with Git LFS)
Normal file
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/68c937e9130da68b8d862ed640f224ffe546e11e
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/alice_init
(Stored with Git LFS)
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/alice_init
(Stored with Git LFS)
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/bob_init
(Stored with Git LFS)
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/bob_init
(Stored with Git LFS)
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/d5b3ba86052817a36e8fe5207a107869e5a1423c
(Stored with Git LFS)
Normal file
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/d5b3ba86052817a36e8fe5207a107869e5a1423c
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/f3de7ca01c49b11926e45d717d6a7699320218be
(Stored with Git LFS)
Normal file
BIN
soliton_capi/fuzz/corpus/fuzz_capi_ratchet_from_bytes/f3de7ca01c49b11926e45d717d6a7699320218be
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_storage_decrypt/0829c17ba2f706c66001aa4462316d890a2aebe6
(Stored with Git LFS)
Normal file
BIN
soliton_capi/fuzz/corpus/fuzz_capi_storage_decrypt/0829c17ba2f706c66001aa4462316d890a2aebe6
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_storage_decrypt/bad_flags
(Stored with Git LFS)
BIN
soliton_capi/fuzz/corpus/fuzz_capi_storage_decrypt/bad_flags
(Stored with Git LFS)
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_storage_decrypt/dde7aa5a3d9db2fc6e2bcbe681f51a78d17fcd92
(Stored with Git LFS)
Normal file
BIN
soliton_capi/fuzz/corpus/fuzz_capi_storage_decrypt/dde7aa5a3d9db2fc6e2bcbe681f51a78d17fcd92
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_storage_decrypt/unknown_version
(Stored with Git LFS)
BIN
soliton_capi/fuzz/corpus/fuzz_capi_storage_decrypt/unknown_version
(Stored with Git LFS)
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_storage_decrypt/valid_compressed
(Stored with Git LFS)
BIN
soliton_capi/fuzz/corpus/fuzz_capi_storage_decrypt/valid_compressed
(Stored with Git LFS)
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_storage_decrypt/valid_uncompressed
(Stored with Git LFS)
BIN
soliton_capi/fuzz/corpus/fuzz_capi_storage_decrypt/valid_uncompressed
(Stored with Git LFS)
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_stream_decrypt/single_uncompressed
(Stored with Git LFS)
BIN
soliton_capi/fuzz/corpus/fuzz_capi_stream_decrypt/single_uncompressed
(Stored with Git LFS)
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_stream_decrypt_at/index_0_final
(Stored with Git LFS)
BIN
soliton_capi/fuzz/corpus/fuzz_capi_stream_decrypt_at/index_0_final
(Stored with Git LFS)
Binary file not shown.
BIN
soliton_capi/fuzz/corpus/fuzz_capi_stream_decrypt_at/index_max_minus_1
(Stored with Git LFS)
BIN
soliton_capi/fuzz/corpus/fuzz_capi_stream_decrypt_at/index_max_minus_1
(Stored with Git LFS)
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue