You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct signature length
crypto:
• sign function now returns a signature
• signVerify function now verifies using the provided signature
• safeSignVerify now uses signatures
• added doc comments for safeSign and safeSignVerify
Fix#1