BLS簽名(含庫函數)

介紹 這是一個BLS簽名的go語言庫git 安裝 請參考github主頁安裝教程github 使用 教程 func main() { BLS.BLS_start() privKey,pubKey:=BLS.Generate_bls_keypair() signature :=BLS.Bls_signature([]byte("hello") ,privKey)
相關文章
相關標籤/搜索