Expand description
Polyfills for features that are not yet stabilized or available with current MSRV.
Functions§
- try_
split_ 🔒at - Non-panicking
let (nonce, ciphertext) = ciphertext.split_at(...).
Polyfills for features that are not yet stabilized or available with current MSRV.
let (nonce, ciphertext) = ciphertext.split_at(...).