Stephen Doyle

Results 8 comments of Stephen Doyle

> Would using Wireshark to create the test vector be appropriate here? Given that it's a much more mature project it might not be unreasonable to consider its behavior as...

> In a nutshell: I'd propose we translate the API of Rust's [native-tls](https://docs.rs/native-tls/0.2.11/native_tls/) library to WIT as a starting point. If taking the native-tls API, the initial WIT version should...

When encrypting/decrypting multiple messages with the same key, using AES-GCM for example, the nonce needs to be updated for each message. Today the nonce is passed as part of the...

@jedisct1 I've submitted a [PR#87](https://github.com/WebAssembly/wasi-crypto/pull/87) to get feedback on an approach for a test suite. It is based on using the [wycheproof test vecors](https://github.com/google/wycheproof) to test wasi-crypto implementations for the...

I agree, the scope should include symmetric crypto also. Making them an optional extension via their own namespace/module and new functions is a good idea. I can sketch a version...

An initial filter of the existing functions that could benefit from a batch variant: - signature_state_sign - signature_verification_state_verify - symmetric_state_squeeze - symmetric_state_squeeze_tag - symmetric_state_encrypt - symmetric_state_encrypt_detached - symmetric_state_decrypt - symmetric_state_decrypt_detached...

Updated [PR#88](https://github.com/WebAssembly/wasi-crypto/pull/88) with error handling details and added batch api details for symmetric_state_squeeze operations.

> On my iPhone the title is properly fetched from Safari if I tap the URL and copy, but not if I do Share>Copy. Same on my iPhone and iPad.