Skip to content

algebra: authenticated-scalar: Implement FFT and IFFT on shared values #256

algebra: authenticated-scalar: Implement FFT and IFFT on shared values

algebra: authenticated-scalar: Implement FFT and IFFT on shared values #256

Workflow file for this run

on: push
name: Rustfmt
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt
override: true
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}