github.com/Hamdy/mnemonic.cr
master / published Mar 13, 2024 / repository
Mnemonic code for generating deterministic keys, BIP39 in Crystal lang
Documentation could not be built
Build failed
The documentation build for this version ran and did not produce anything usable. That is usually a shard that does not compile against the Crystal version it declared.
What the builder reported
docs-build: crystal docs exited 62
crystal docs said:
no-egress: verified in-process as uid 1000, ip and vsock sockets denied, io_uring denied, no_new_privs set
Crystal built without LibXML2 support, HTML sanitization will be skipped
Showing last frame. Use --error-trace for full trace.
There was a problem expanding macro 'macro_140697453841072'
Code in lib/sodium/src/sodium/cipher/aead/chalsa.cr:88:3
88 | {% for key, val in {"XChaCha20Poly1305Ietf" => "_xchacha20poly1305_ietf"} %}
^
Called macro defined in lib/sodium/src/sodium/cipher/aead/chalsa.cr:88:3
88 | {% for key, val in {"XChaCha20Poly1305Ietf" => "_xchacha20poly1305_ietf"} %}
Which expanded to:
7 | #
8 | # WARNING: Not validated against test vectors. You should probably write some before using this class.
> 9 | class XChaCha20Poly1305Ietf < Chalsa
^
Error: abstract `def Sodium::Cipher::Aead::Chalsa#encrypt_detached(src : Bytes, dst : Bytes | ::Nil = nil, *, nonce : Sodium::Nonce | ::Nil = nil, mac : Bytes | ::Nil = nil, additional : String | Bytes | Nil = nil)` must be implemented by Sodium::Cipher::Aead::XChaCha20Poly1305Ietf