This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react' | |
import { StyleSheet, Text, View, AppRegistry } from 'react-native' | |
class FlexboxExamples extends Component { | |
render() { | |
return ( | |
<View style={styles.container}> | |
<View style={styles.box}/> | |
<View style={styles.box}/> | |
<View style={styles.box}/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0xB1b529CF6ADdcD219FfB959cdD10E11AbeD89BFE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x3Aa77fA73164023EccAbd8712A2048fa7c1E316C |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.bouncycastle.jce.provider.BouncyCastleProvider; | |
import java.math.BigInteger; | |
import java.security.*; | |
public class Main { | |
public static void main(String[] args) throws NoSuchProviderException, NoSuchAlgorithmException, InvalidKeyException, SignatureException { | |
// Crypto setup |