Update README.md with some of the plan

This commit is contained in:
idk
2021-04-22 23:47:15 -04:00
parent 7893694c91
commit 49d7eeb441
5 changed files with 18 additions and 19 deletions

View File

@ -53,8 +53,8 @@ type CertificateInterface interface {
}
type Certificate struct {
CertType int
CertLen int
CertType int
CertLen int
CertBytes []byte
}