doma-engineering / do-auth

Fast, lean and reliable authentication server based on verifiable credentials standard
6 stars 2 forks source link

Reliability: backport tight crypto API from on_the_map #29

Open cognivore opened 1 year ago

cognivore commented 1 year ago

Why?

In DoAuth.Crypto, we allow for loosey-goosey calls to sign. For example, we allow raw iolists. It contradicts the uptight coding principles.

How?