Skip to content

Add "RSA PSS" to algorithm list #1882

Add "RSA PSS" to algorithm list

Add "RSA PSS" to algorithm list #1882

Workflow file for this run

# Alarm on changes to epoll_event_loop implementation
name: ProofAlarm
on: [push]
jobs:
check-for-changes:
runs-on: ubuntu-20.04 # latest
steps:
- name: Checkout Sources
uses: actions/checkout@v1
- name: Check
run: |
TMPFILE=$(mktemp)
echo "8391c38acd85cca2a2892d02ebfd4ceb source/linux/epoll_event_loop.c" > $TMPFILE
md5sum --check $TMPFILE
# No further steps if successful
- name: Echo fail
if: failure()
run: |
echo "The VCC proofs are based on a snapshot of epoll_event_loop.c.
This push updates this file so the proofs must be rechecked to ensure they remain valid.
Please contact Nathan Chong."