Git Product home page Git Product logo

hash_sha256's Introduction

Hi ๐Ÿ‘‹,

I'm an embedded system developer currently learning bare-metal programming. I have experience in cryptographic encryption, digital signing, and creating efficient build systems. Additionally, I am proficient in automating tasks, parsing information and continuous integration.

hash_sha256's People

Contributors

imahjoub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hash_sha256's Issues

Checking command line on gcov run

Hi Iliass (@iaitelmahjoub)

I'm checking the command line here.

The command line to compile/link is a bit easier/different. I think the command-line flags are a bit mixed up.

A command like this for compile/link might work better.

g++ -mtune=native -march=native -O2 -Wall -Wextra -Wconversion -Wsign-conversion -std=c++17 -fno-inline-functions -fprofile-arcs -ftest-coverage hash_sha256_test.cpp -I. -o hash_sha256_test.exe

In YAML, this will look like the following:

${{ matrix.compiler }} -mtune=native -march=native -O2 -Wall -Wextra -Wconversion -Wsign-conversion -std=${{ matrix.standard }} -fno-inline-functions -fprofile-arcs -ftest-coverage hash_sha256_test.cpp -I. -o hash_sha256_test.exe

Compile on Godbolt link maybe broken

Hi Iliass (@imahjoub) I notice that the "try it on Godbolt" button links to code that fails compile.

This link is one potential solution that repairs it. There are several possible ways to repair and i'm not sure which one you like. That link does link to one possible correciotn.

Nice work on this repo iliass.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.