We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d7ab3 commit 830cc69Copy full SHA for 830cc69
README.md
@@ -376,7 +376,7 @@ extern "C" {
376
/// greater than 1 in case of error.
377
fn ed25519_batch_verify(messages_ptr: u32, signatures_ptr: u32, public_keys_ptr: u32) -> u32;
378
379
- /// Writes a debug message (UFT-8 encoded) to the host for debugging purposes.
+ /// Writes a debug message (UTF-8 encoded) to the host for debugging purposes.
380
/// The host is free to log or process this in any way it considers appropriate.
381
/// In production environments it is expected that those messages are discarded.
382
fn debug(source_ptr: u32);
0 commit comments