Exception: MlDsa::Error::Deserialization
- Inherits:
-
MlDsa::Error
- Object
- StandardError
- MlDsa::Error
- MlDsa::Error::Deserialization
- Defined in:
- ext/ml_dsa/ml_dsa_ext.c
Instance Method Summary collapse
-
#format ⇒ Object
------------------------------------------------------------------.
- #position ⇒ Object
Methods inherited from MlDsa::Error
Instance Method Details
#format ⇒ Object
174 |
# File 'ext/ml_dsa/ml_dsa_ext.c', line 174 static VALUE error_format(VALUE self) { return rb_ivar_get(self, id_at_format); } |
#position ⇒ Object
175 |
# File 'ext/ml_dsa/ml_dsa_ext.c', line 175 static VALUE error_position(VALUE self) { return rb_ivar_get(self, id_at_position); } |