/rsa

Implementation of RSASSA-PSS in Go

Primary LanguageGo

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.