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
synopsis="Securely store session data in a client-side cookie.";
22
+
description="Achieves security through AES-CTR encryption and\nSkein-MAC-512-256 authentication. Uses Base64\nencoding to avoid any issues with characters.";
description="`doctest` is a tool that checks [examples](https://www.haskell.org/haddock/doc/html/ch03s08.html#idm140354810775744)\nand [properties](https://www.haskell.org/haddock/doc/html/ch03s08.html#idm140354810771856)\nin Haddock comments.\nIt is similar in spirit to the [popular Python module with the same name](https://docs.python.org/3/library/doctest.html).\n\nDocumentation is at <https://github.com/sol/doctest#readme>.";
description="The doctest program checks examples in source code comments. It is modeled\nafter doctest for Python (<https://docs.python.org/3/library/doctest.html>).\n\nDocumentation is at <https://github.com/martijnbastiaan/doctest-parallel#readme>.";
synopsis="Library that contains generators, properties and tests for Massiv Array Library.";
22
+
description="This library is designed for users of massiv library that need random generators for writing custom property tests and reusing some of the predefined ones.";
0 commit comments