Hello, I have a problem when using openssl: thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: TryFromIntError(())' · Issue #1765 · sfackler/rust-openssl · GitHub
The author told me that I'll need to split the Vec<u8>
up into multiple chunks. But I have no idea how to implement 2GB per chunk.
Could you give me some algorithm hints or sample code?