dujifeng
dujifeng
In your code, you just set r = 0 and rPrime = 0, which is unsecure. Can you tell me how to generate r and rPrime correctly?
## detail | 详细描述 | 詳細な説明 # Dockerfile如下: ##设置继承镜像 FROM nvidia/cuda:11.6.1-devel-ubuntu20.04 ##下面开始运行更新命令 RUN apt update ##设置为非交互模式 ENV DEBIAN_FRONTEND=noninteractive ##install ncnn dependencies RUN apt install -y --fix-missing build-essential git cmake libprotobuf-dev...
int16x8_t vec_c[4]; int8x16x2_t vec_v_left_0 = vzipq_s8(vec_v_0_left_tmp1, vec_v_0_left_tmp0); int8x16x2_t vec_v_right_0 = vzipq_s8(vec_v_0_right_tmp1, vec_v_0_right_tmp0); vec_c[0] += vec_v_left_0.val[0]; vec_c[0] += vec_v_right_0.val[0]; vec_c[1] += vec_v_left_0.val[1]; vec_c[1] += vec_v_right_0.val[1];