
1. `sodium_crypto_secretstream_xchacha20poly1305_init_pull` 함수의 첫 번째 인자로 `key`를 넣어야 합니다.
2. `nonce`를 넣어야 하는 경우, `nonce`의 길이는 24바이트여야 합니다.
3. `sodium_crypto_secretstream_xchacha20poly1305_init_pull` 함수의 반환 값은 `sodium_secretstream_ctx_t` 타입의 구조체입니다.
2025-08-03 15:25