diff options
author | Yacine Hmito <yacinehmito@users.noreply.github.com> | 2021-01-15 01:24:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 01:24:38 +0100 |
commit | 836e22112ae050b30cdc944aef2e5435302f5359 (patch) | |
tree | 45470aceb3a7bf39eadc820203ab638d3b956255 /op_crates/crypto/lib.rs | |
parent | b8303c7812e3483c9ce63bbd8e2a9d420a47aee9 (diff) |
refactor(op_crates/crypto): Prefix ops with "op_crypto_" (#9067)
Diffstat (limited to 'op_crates/crypto/lib.rs')
-rw-r--r-- | op_crates/crypto/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/crypto/lib.rs b/op_crates/crypto/lib.rs index d7644166c..61290080d 100644 --- a/op_crates/crypto/lib.rs +++ b/op_crates/crypto/lib.rs @@ -25,7 +25,7 @@ pub fn init(isolate: &mut JsRuntime) { } } -pub fn op_get_random_values( +pub fn op_crypto_get_random_values( state: &mut OpState, _args: Value, zero_copy: &mut [ZeroCopyBuf], |