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(...)
.