Skip to content
View aogulcemal's full-sized avatar
Block or Report

Block or report aogulcemal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. cipher-file cipher-file Public

    Cipher-File is a command-line tool implemented in C that uses the PRESENT block cipher algorithm to encrypt and decrypt files. It is designed to work in a Linux environment.

    C

  2. c-forward-list c-forward-list Public

    This repository contains a C implementation of a singly-linked list, inspired by C++'s forward_list. The goal is to provide similar functionality to C++'s forward_list, including various operations…

    C