mirror of
https://github.com/urbit/ares.git
synced 2024-12-23 13:25:03 +03:00
clip man
This commit is contained in:
parent
e12f21d8de
commit
acb598570e
@ -117,7 +117,7 @@ pub fn jet_puck(context: &mut Context, subject: Noun) -> Result {
|
|||||||
|
|
||||||
// we need to copy because the atom might be less than 32 bytes and urcrypt expects a
|
// we need to copy because the atom might be less than 32 bytes and urcrypt expects a
|
||||||
// 32-byte buffer
|
// 32-byte buffer
|
||||||
std::ptr::copy_nonoverlapping(sed_bytes.as_ptr(), sed_buffer as *mut u8, sed_bytes.len());
|
std::ptr::copy_nonoverlapping(sed_bytes.as_ptr(), sed_buffer, sed_bytes.len());
|
||||||
|
|
||||||
let (mut pub_ida, pub_key) = IndirectAtom::new_raw_mut_bytes(stack, 32);
|
let (mut pub_ida, pub_key) = IndirectAtom::new_raw_mut_bytes(stack, 32);
|
||||||
urcrypt_ed_puck(sed_buffer as *const u8, pub_key.as_mut_ptr());
|
urcrypt_ed_puck(sed_buffer as *const u8, pub_key.as_mut_ptr());
|
||||||
|
Loading…
Reference in New Issue
Block a user