Exception: MlDsa::Error::Deserialization

Inherits:
MlDsa::Error
  • Object
show all
Defined in:
ext/ml_dsa/ml_dsa_ext.c

Instance Method Summary collapse

Methods inherited from MlDsa::Error

#reason

Instance Method Details

#formatObject




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); }

#positionObject



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); }