GO-2022-0905: BLS Signature "Malleability" in github.com/filecoin-project/lotus
package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Aug 21, 2020
License: Apache-2.0, MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 32
Opens a new window with list of known importers.
Documentation
¶
View Source
const RFC3339nocolon = "2006-01-02T150405Z0700"
func Add(sys string, val interface{})
type Journal interface {
AddEntry(system string, obj interface{})
Close() error
}
type JournalEntry struct {
System string
Timestamp time.Time
Val interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.