Skip to content

Conversation

@mariari
Copy link
Member

@mariari mariari commented Oct 1, 2025

This is because the underlying nif function is:

pub fn decrypt_cipher(cipher_bytes: Vec, keypair: Keypair) -> Option<Vec> {

which gets encoded as nil when the option is empty

This is because the underlying nif function is:

pub fn decrypt_cipher(cipher_bytes: Vec<u8>, keypair: Keypair) -> Option<Vec<u8>> {

which gets encoded as nil when the option is empty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants