Chris Swan
Chris Swan
#1553 (and #1554) and #1548 have taken care of web admin and re-running
Reducing priority and placing on backlog for RISC-V work
Fixed by https://github.com/atsign-foundation/noports/commit/8821252e1a807944472a1a5f87951618ff8903c5 May come back to this once cross compiling is available for riscv and arm
The method signature for `atclient_pkam_authenticate` has changed in v0.2.0 of at_c so some code changes are going to be needed here to adapt: ```log /home/chris/git/github.com/atsign-foundation/noports/packages/c/sshnpd/src/main.c:184:89: error: too many arguments to...
Didn't get to this in PR94, so bumping to PR95
https://gist.github.com/mmaitlen/9c51792cff715deb58f167ff8e9791c2 might help
My first inclination is also towards argon2id, but we should check first how things look in C land given our progress with the SDK there. We should also have a...
@gkc were you able to get the tests to fail (in the same way locally)? I'm trying to replicate, and it seems the tests are running OK against trunk.
@gkc I've gone back to #0805d1c which is where things were when that GitHub Actions job ran, and the tests pass locally for me, but there's no sign of any...
@gkc running these locally I get a 0 exit code despite tests failing  So this is a `dart test` thing rather than a GitHub Actions thing