monnand / rsa

Implementation of RSASSA-PSS in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of RSASSA-PSS in Go

NOTE: This library has been changed and merged into Go's standard library through this commit. The interface has changed and you can use RSASSA-PSS by import rsa.

This package is an implementation of RSASSAPSS described in RFC 3447.

You can check the GoDoc on how to use it.

About

Implementation of RSASSA-PSS in Go


Languages

Language:Go 100.0%