From e24de483298f09a21dcac2e8a4c3661199d5d45a Mon Sep 17 00:00:00 2001 From: lanming Date: Wed, 19 Feb 2025 20:01:26 +0800 Subject: [PATCH] =?UTF-8?q?sm2=E7=AD=BE=E5=90=8D=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E8=BD=AC=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lanming --- 1 | 33 ++++++++++ api/@ohos.security.cryptoFramework.d.ts | 82 ++++++++++++++++++++++++- 2 files changed, 114 insertions(+), 1 deletion(-) create mode 100644 1 diff --git a/1 b/1 new file mode 100644 index 000000000..782314eca --- /dev/null +++ b/1 @@ -0,0 +1,33 @@ +pick 61cdbf1c3 sm2签名数据转换 +f 3e2ddf481 123 + +# Rebase b7d3fdf7e..3e2ddf481 onto b7d3fdf7e (2 commands) +# +# Commands: +# p, pick = use commit +# r, reword = use commit, but edit the commit message +# e, edit = use commit, but stop for amending +# s, squash = use commit, but meld into previous commit +# f, fixup [-C | -c] = like "squash" but keep only the previous +# commit's log message, unless -C is used, in which case +# keep only this commit's message; -c is same as -C but +# opens the editor +# x, exec = run command (the rest of the line) using shell +# b, break = stop here (continue rebase later with 'git rebase --continue') +# d, drop = remove commit +# l, label