Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
func main() {
    rsaGen, _ := KeyGeneratorFactory("RSA", 4096) // Pass bits explicitly
    ed25519Gen, _ := KeyGeneratorFactory("ED25519") // No arguments needed
}