module-lwe 0.1.5

Implements the module learning-with-errors public key encrpytion scheme.
Documentation
name: basic

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v4
      
    - name: build and run tests for module-lwe
      run: |
        cargo build --verbose
        cargo test --verbose