redjubjub/src
Henry de Valence 6ca14abeec Make the signature type be a type parameter.
This means that using a BindingSig as a SpendAuthSig or vice versa becomes a
compile error.  Internally, we can share implementations, but having type
parameters and specialized impls means that the correct parameters can be
substituted in to whatever inner functions exist.
2019-12-03 12:22:35 -08:00
..
error.rs Add error stub 2019-12-02 21:36:47 -08:00
lib.rs Make the signature type be a type parameter. 2019-12-03 12:22:35 -08:00
public_key.rs Make the signature type be a type parameter. 2019-12-03 12:22:35 -08:00
secret_key.rs Make the signature type be a type parameter. 2019-12-03 12:22:35 -08:00
signature.rs Make the signature type be a type parameter. 2019-12-03 12:22:35 -08:00