For some reason /sign does not work for me, while other cryptocode operators work without problem.
\documentclass[11pt]{article}
\usepackage[primitives]{cryptocode} % crypto diagrams
\begin{document}
$\sign$\
$\verify$
\end{document}
The above code block will only produce Vfy and the logs give this error message:
Undefined control sequence.
<recently read> \sign
Any ideas?
cryptocodepackage did you use? With version 0.40, the code compiles without error messages. – leandriis Dec 19 '20 at 09:13