Mouse

Results 84 issues of Mouse

NIST is supposed to announce the new Post-Quantum standards for Key Encapsulation Mechanism and Digital Signature by the end of this January. Any plans or efforts underway to support those...

Nothing appears to work. Neither `cabal install`, nor `cabal new-install`, nor `cabal install --constraint "network < 3.0.0.0 && >= 2.6.0.0"`. `stack install` also fails. MacOS 10.14.4 (with Macports installed, and...

For the purpose of supporting Rijndael features not included in AES, specifically 192- and 256-bit block sizes. In case it matters, AESNI instruction set allows hardware-optimized RIjndael implementation, not only...

Enhancement

@vlm our codebases are diverging. I've been adding bug fixes (probably faster than you do), and had merged APER support that appears to be working. You added OER support. Also,...

Attempting to deal with this ASN.1 file: [38413-f20.txt](https://github.com/vlm/asn1c/files/2994607/38413-f20.txt) Attempt to encode PDU `PDUSessionResourceSetupRequestTransfer` to OER produces wrong encoding that does not match what Nokalva ASN.1 Playground generates. Attempt to decode...

@floodyberry this code does not work properly on Mac. Mac OS X 10.10.5 (and 10.11.3). Xcode-7.2.1, and gcc-5.3 (Macports-installed). Symptoms: - Unable to properly detect what processor it is running...

MacOS Monterey 12.4, Xcode-13.4.1, encfs current master. ``` $ make all . . . Consolidate compiler generated dependencies of target encfs [ 12%] Building CXX object CMakeFiles/encfs.dir/encfs/NullCipher.cpp.o /Users/ur20980/src/encfs/encfs/NullCipher.cpp:81:36: error: no...

Fails. With "normal" Cabal config - fails to construct dependency tree: ``` $ ghc --version The Glorious Glasgow Haskell Compilation System, version 8.10.1 $ ./cabal-hie-install hie-8.10.1 Warning: Unknown/unsupported 'ghc' version...

The plugin still insists on populating the "Executable:" field with what it thinks the right executable should be - and doesn't allow putting what I think should be there. The...

MacOS Catalina 10.15.5, GHC-8.8.3, Stack-2.3.1, current LaTeX (MacTeX-2020): ``` $ stack exec make pandoc -c css/style.css --filter includes.hs --template template.html -s -f markdown -t html --standalone --toc --toc-depth=2 --mathjax="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" --highlight-style...