上一页 1 2 3 4 5 6 7 8 ··· 58 下一页
摘要: https://blog.webp.se/golang-libvips-cgo-zh/ package main import ( "fmt" "github.com/ebitengine/purego" "runtime" ) func getSystemLibrary() string { sw 阅读全文
posted @ 2024-08-03 07:48 zJanly 阅读(147) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/informatics/p/18131941 https://13115299.s21i.faiusr.com/61/1/ABUIABA9GAAgtrO2nAYowtLrvwc.pdf 2023年中国商业密码行业研究报告 阅读全文
posted @ 2024-07-26 10:23 zJanly 阅读(9) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/apr15/article/details/133965768 在“数据安全概述”里面, 我们提到了安全多方计算SMPC(Secure multi-party computation)的技术。在这个计算里面代表是密码分享SS (secret sharing 阅读全文
posted @ 2024-07-22 15:20 zJanly 阅读(116) 评论(0) 推荐(0)
摘要: package aaimport ( "crypto/elliptic" "github.com/ethereum/go-ethereum/crypto/secp256k1" "math/big" "sync" "testing")func TestName(t *testing.T) { wg : 阅读全文
posted @ 2024-07-15 10:40 zJanly 阅读(17) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/alantu2018/p/8612722.html 阅读全文
posted @ 2024-07-08 16:57 zJanly 阅读(7) 评论(0) 推荐(0)
摘要: assume cs:codesg,ds:datas; str字符必须是13位,所以中间加了两个空格,网上很多代码也避开了这个问题,都是通过加空格,拼写错误,反正加个占位符; 否则会输出一堆乱码,实在想不明白是什么原因datas segmentstr db 'Hello World!','$' dat 阅读全文
posted @ 2024-07-05 15:41 zJanly 阅读(32) 评论(0) 推荐(0)
摘要: https://www.sysgeek.cn/ubuntu-wine/ winetricks cjkfonts winetricks riched20 riched30 winecfg sudo apt install winetricks winetricks vcrun2022 winetric 阅读全文
posted @ 2024-07-04 14:57 zJanly 阅读(35) 评论(0) 推荐(0)
摘要: https://datatracker.ietf.org/doc/draft-irtf-cfrg-bls-signature/ arch -x86_64 zsh set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -arch x86_64")i386arm64 阅读全文
posted @ 2024-07-01 10:52 zJanly 阅读(22) 评论(0) 推荐(0)
摘要: brew install solidity solc --abi --bin --evm-version=homestead --optimize a.sol The address of a block returned by malloc or realloc in GNU systems is 阅读全文
posted @ 2024-06-25 16:40 zJanly 阅读(24) 评论(0) 推荐(0)
摘要: https://pan.quark.cn/s/205c8ab28a13 https://www.rrdynb.com/dianshiju/2024/0608/42758.html 底男:初中毕业—出去打工—试着找对象—发现找不到对象—怪自己收入太低但是又无力改变现状—于是自暴自弃,变成三和大神。 底 阅读全文
posted @ 2024-06-18 14:04 zJanly 阅读(15) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 58 下一页