Skip to content
View davirds's full-sized avatar
💻
💻

Highlights

  • Pro
Block or Report

Block or report davirds

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. A RSA helper to generate keys, encry... A RSA helper to generate keys, encrypt and decrypt message using TypeScript
    1
    const algorithm = {
    2
      name: 'RSA-OAEP',
    3
      modulusLength: 2048,
    4
      publicExponent: new Uint8Array([1, 0, 1]),
    5
      extractable: false,
  2. rust-api-playground rust-api-playground Public

    A personal repository for testing and trying out new things using Rust for backend development.

    Rust

  3. A pipeline for Android that builds a... A pipeline for Android that builds and deploys the app using firebase app distribution
    1
    name: Pipeline
    2
    
    
    3
    on:
    4
      push:
    5
        branches:
  4. bricks-project bricks-project Public

    Usando drag n drop e swipe com recyclerview

    Java 1