mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-04 13:32:52 -04:00
11 lines
214 B
Go
11 lines
214 B
Go
![]() |
package crypto
|
||
|
|
||
|
type RSA2048PublicKey [256]byte
|
||
|
type RSA2048PrivateKey [512]byte
|
||
|
|
||
|
type RSA3072PublicKey [384]byte
|
||
|
type RSA3072PrivateKey [786]byte
|
||
|
|
||
|
type RSA4096PublicKey [512]byte
|
||
|
type RSA4096PrivateKey [1024]byte
|