Code Monkey home page Code Monkey logo

bbs04's Introduction

BBS04(群签名)和Go语言实现

基于PBC库实现的BBS04群签名,以HTTP服务的形式呈现。

主要方法:

	r.POST("/group/genKey/:user", route.GenerateNewMember)
	r.GET("/group/file/:file", route.DownloadFile)
	r.POST("/group/verify", route.VerifySign)
	r.POST("/group/sign", route.Sign)
	r.POST("/group/open", route.Open)

目录结构:

.
├── bbs
│   ├── BBS04.go
│   ├── BBS04_test.go
│   ├── serializateKey.go
│   ├── serializateKey_test.go
│   └── Serialization.go
├── file
│   ├── file.go
│   ├── file_test.go
│   ├── zip.go
│   └── zip_test.go
├── go.mod
├── go.sum
├── main.go
├── resources
│   └── groupPublicKey
└── route
    ├── genKey.go
    ├── open.go
    └── sign.go

BBS04群签名的详细介绍:./bbs/群签名和Go语言实现细节(BBS04).md 文件。

bbs04's People

Contributors

ccowzh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.